Skip to content

Commit d4ce10e

Browse files
committed
vimPlugins.nvim-dap-lldb: init at 2024-06-09
1 parent 22cbea2 commit d4ce10e

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
@@ -8778,6 +8778,18 @@ final: prev:
87788778
meta.homepage = "https://github.com/leoluz/nvim-dap-go/";
87798779
};
87808780

8781+
nvim-dap-lldb = buildVimPlugin {
8782+
pname = "nvim-dap-lldb";
8783+
version = "2024-06-09";
8784+
src = fetchFromGitHub {
8785+
owner = "julianolf";
8786+
repo = "nvim-dap-lldb";
8787+
rev = "81273514fdb5107b79090364b57a3ff5570bea21";
8788+
sha256 = "18ds6kkrip0m2zanmzfqcr31qnw1whara1mvsnmx30z6iwgdp92w";
8789+
};
8790+
meta.homepage = "https://github.com/julianolf/nvim-dap-lldb/";
8791+
};
8792+
87818793
nvim-dap-python = buildVimPlugin {
87828794
pname = "nvim-dap-python";
87838795
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
@@ -1853,6 +1853,10 @@ in
18531853
dependencies = [ self.nvim-fzf ];
18541854
};
18551855

1856+
nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs {
1857+
dependencies = [ self.nvim-dap ];
1858+
};
1859+
18561860
nvim-dap-python = super.nvim-dap-python.overrideAttrs {
18571861
dependencies = [ self.nvim-dap ];
18581862
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
@@ -729,6 +729,7 @@ https://github.com/andythigpen/nvim-coverage/,HEAD,
729729
https://github.com/yamatsum/nvim-cursorline/,,
730730
https://github.com/mfussenegger/nvim-dap/,,
731731
https://github.com/leoluz/nvim-dap-go/,HEAD,
732+
https://github.com/julianolf/nvim-dap-lldb/,HEAD,
732733
https://github.com/mfussenegger/nvim-dap-python/,HEAD,
733734
https://github.com/rinx/nvim-dap-rego/,HEAD,
734735
https://github.com/jonboh/nvim-dap-rr/,HEAD,

0 commit comments

Comments
 (0)