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

This commit is contained in:
Gaétan Lepage
2026-04-15 22:11:45 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -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";
@@ -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,