Skip to content

Commit 2c27ab2

Browse files
authored
vimPlugins.nvim-dap-lldb: init at 2024-06-09 (#360625)
2 parents 2edba0b + d4ce10e commit 2c27ab2

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8790,6 +8790,18 @@ final: prev:
87908790
meta.homepage = "https://github.com/leoluz/nvim-dap-go/";
87918791
};
87928792

8793+
nvim-dap-lldb = buildVimPlugin {
8794+
pname = "nvim-dap-lldb";
8795+
version = "2024-06-09";
8796+
src = fetchFromGitHub {
8797+
owner = "julianolf";
8798+
repo = "nvim-dap-lldb";
8799+
rev = "81273514fdb5107b79090364b57a3ff5570bea21";
8800+
sha256 = "18ds6kkrip0m2zanmzfqcr31qnw1whara1mvsnmx30z6iwgdp92w";
8801+
};
8802+
meta.homepage = "https://github.com/julianolf/nvim-dap-lldb/";
8803+
};
8804+
87938805
nvim-dap-python = buildVimPlugin {
87948806
pname = "nvim-dap-python";
87958807
version = "2024-10-24";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,10 @@ in
18601860
dependencies = [ self.nvim-fzf ];
18611861
};
18621862

1863+
nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs {
1864+
dependencies = [ self.nvim-dap ];
1865+
};
1866+
18631867
nvim-dap-python = super.nvim-dap-python.overrideAttrs {
18641868
dependencies = [ self.nvim-dap ];
18651869
nvimRequireCheck = "dap-python";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ https://github.com/andythigpen/nvim-coverage/,HEAD,
730730
https://github.com/yamatsum/nvim-cursorline/,,
731731
https://github.com/mfussenegger/nvim-dap/,,
732732
https://github.com/leoluz/nvim-dap-go/,HEAD,
733+
https://github.com/julianolf/nvim-dap-lldb/,HEAD,
733734
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
734735
https://github.com/rinx/nvim-dap-rego/,HEAD,
735736
https://github.com/jonboh/nvim-dap-rr/,HEAD,

0 commit comments

Comments
 (0)