summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJocelyn Thode <jocelyn@thode.email>2022-11-17 17:53:44 +0100
committerJocelyn Thode <jocelyn@thode.email>2022-11-17 18:30:59 +0100
commitb76f72a467e30928a7ade5955d463f36874173f2 (patch)
tree260504784e177e4cd1520cedb193d3a15918f249
parent935a3b86986e6aa9ecc8c0692bb796f1f7f9a1e5 (diff)
vimPlugins.nvim-dap-go: init at 2022-11-04
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 99cc6b21314d..a1e984a20fef 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5614,6 +5614,18 @@ final: prev:
meta.homepage = "https://github.com/mfussenegger/nvim-dap/";
};
+ nvim-dap-go = buildVimPluginFrom2Nix {
+ pname = "nvim-dap-go";
+ version = "2022-11-04";
+ src = fetchFromGitHub {
+ owner = "leoluz";
+ repo = "nvim-dap-go";
+ rev = "c75921726ccfe97070285f206de49eddff276ea5";
+ sha256 = "1sgz5vkkw0zmpnmdfla2k3bvkax5pvn2y9g79xq3vhg9x6gyil5s";
+ };
+ meta.homepage = "https://github.com/leoluz/nvim-dap-go/";
+ };
+
nvim-dap-python = buildVimPluginFrom2Nix {
pname = "nvim-dap-python";
version = "2022-11-01";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index f59b501e7505..53c1df9c20b7 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -472,6 +472,7 @@ https://github.com/roxma/nvim-completion-manager/,,
https://github.com/klen/nvim-config-local/,,
https://github.com/yamatsum/nvim-cursorline/,,
https://github.com/mfussenegger/nvim-dap/,,
+https://github.com/leoluz/nvim-dap-go/,HEAD,
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
https://github.com/rcarriga/nvim-dap-ui/,,
https://github.com/theHamsta/nvim-dap-virtual-text/,,