mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
vimPlugins.nvim-dap-lldb: init at 2024-06-09
This commit is contained in:
parent
22cbea2b0f
commit
d4ce10e473
3 changed files with 17 additions and 0 deletions
|
@ -8778,6 +8778,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/leoluz/nvim-dap-go/";
|
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 {
|
nvim-dap-python = buildVimPlugin {
|
||||||
pname = "nvim-dap-python";
|
pname = "nvim-dap-python";
|
||||||
version = "2024-10-24";
|
version = "2024-10-24";
|
||||||
|
|
|
@ -1853,6 +1853,10 @@ in
|
||||||
dependencies = [ self.nvim-fzf ];
|
dependencies = [ self.nvim-fzf ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-dap-lldb = super.nvim-dap-lldb.overrideAttrs {
|
||||||
|
dependencies = [ self.nvim-dap ];
|
||||||
|
};
|
||||||
|
|
||||||
nvim-dap-python = super.nvim-dap-python.overrideAttrs {
|
nvim-dap-python = super.nvim-dap-python.overrideAttrs {
|
||||||
dependencies = [ self.nvim-dap ];
|
dependencies = [ self.nvim-dap ];
|
||||||
nvimRequireCheck = "dap-python";
|
nvimRequireCheck = "dap-python";
|
||||||
|
|
|
@ -729,6 +729,7 @@ https://github.com/andythigpen/nvim-coverage/,HEAD,
|
||||||
https://github.com/yamatsum/nvim-cursorline/,,
|
https://github.com/yamatsum/nvim-cursorline/,,
|
||||||
https://github.com/mfussenegger/nvim-dap/,,
|
https://github.com/mfussenegger/nvim-dap/,,
|
||||||
https://github.com/leoluz/nvim-dap-go/,HEAD,
|
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/mfussenegger/nvim-dap-python/,HEAD,
|
||||||
https://github.com/rinx/nvim-dap-rego/,HEAD,
|
https://github.com/rinx/nvim-dap-rego/,HEAD,
|
||||||
https://github.com/jonboh/nvim-dap-rr/,HEAD,
|
https://github.com/jonboh/nvim-dap-rr/,HEAD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue