Unverified Commit a0b1b5ef authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.nvim-dap-docker: init at 0.2.0-unstable-2026-04-15 (#510399)

parents 3e1a78e3 d1a410f6
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -11363,6 +11363,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  nvim-dap-docker = buildVimPlugin {
    pname = "nvim-dap-docker";
    version = "0.2.0-unstable-2026-04-15";
    src = fetchFromGitHub {
      owner = "docker";
      repo = "nvim-dap-docker";
      rev = "a7a6d22b786bff09c382d721d2d065fdd64a58ee";
      hash = "sha256-5uHdDTVdfdJk6WLM6gvVDgEndFkP9SmqrqhHzaalH/k=";
    };
    meta.homepage = "https://github.com/docker/nvim-dap-docker/";
    meta.hydraPlatforms = [ ];
  };
  nvim-dap-go = buildVimPlugin {
    pname = "nvim-dap-go";
    version = "0-unstable-2025-07-11";
+1 −0
Original line number Diff line number Diff line
@@ -873,6 +873,7 @@ https://github.com/andythigpen/nvim-coverage/,HEAD,
https://github.com/ya2s/nvim-cursorline/,,
https://codeberg.org/mfussenegger/nvim-dap/,,
https://github.com/jedrzejboczar/nvim-dap-cortex-debug/,HEAD,
https://github.com/docker/nvim-dap-docker/,HEAD,
https://github.com/leoluz/nvim-dap-go/,HEAD,
https://github.com/julianolf/nvim-dap-lldb/,HEAD,
https://codeberg.org/mfussenegger/nvim-dap-python/,HEAD,