From b76f72a467e30928a7ade5955d463f36874173f2 Mon Sep 17 00:00:00 2001 From: Jocelyn Thode Date: Thu, 17 Nov 2022 17:53:44 +0100 Subject: vimPlugins.nvim-dap-go: init at 2022-11-04 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) 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/,, -- cgit v1.2.3