Unverified Commit d1a410f6 authored by Jonathan A. Sternberg's avatar Jonathan A. Sternberg
Browse files

vimPlugins.nvim-dap-docker: init at 0.2.0-unstable-2026-04-15

parent 115bef8c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -11350,6 +11350,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
@@ -872,6 +872,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,