diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 2887a5d048aec..9aa00a3f682ab 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -8790,6 +8790,18 @@ final: prev: meta.homepage = "https://github.com/leoluz/nvim-dap-go/"; }; + nvim-dap-lldb = buildVimPlugin { + pname = "nvim-dap-lldb"; + version = "2024-06-09"; + src = fetchFromGitHub { + owner = "julianolf"; + repo = "nvim-dap-lldb"; + rev = "81273514fdb5107b79090364b57a3ff5570bea21"; + sha256 = "18ds6kkrip0m2zanmzfqcr31qnw1whara1mvsnmx30z6iwgdp92w"; + }; + meta.homepage = "https://github.com/julianolf/nvim-dap-lldb/"; + }; + nvim-dap-python = buildVimPlugin { pname = "nvim-dap-python"; version = "2024-10-24"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 4aeffd2fa9ec2..4ae6dee9416bb 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1860,6 +1860,10 @@ in dependencies = [ self.nvim-fzf ]; }; + nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs { + dependencies = [ self.nvim-dap ]; + }; + nvim-dap-python = super.nvim-dap-python.overrideAttrs { dependencies = [ self.nvim-dap ]; nvimRequireCheck = "dap-python"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 58471c70d7c9e..d6e4d6f59e0d4 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -730,6 +730,7 @@ https://github.com/andythigpen/nvim-coverage/,HEAD, https://github.com/yamatsum/nvim-cursorline/,, https://github.com/mfussenegger/nvim-dap/,, https://github.com/leoluz/nvim-dap-go/,HEAD, +https://github.com/julianolf/nvim-dap-lldb/,HEAD, https://github.com/mfussenegger/nvim-dap-python/,HEAD, https://github.com/rinx/nvim-dap-rego/,HEAD, https://github.com/jonboh/nvim-dap-rr/,HEAD,