Skip to content

Commit

Permalink
vimPlugins.nvim-dap-lldb: init at 2024-06-09
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 1, 2024
1 parent 22cbea2 commit d4ce10e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8778,6 +8778,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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,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,
Expand Down

0 comments on commit d4ce10e

Please sign in to comment.