vimPlugins.nvim-dap-rego: init at 2024-09-15"
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
This commit is contained in:
parent
6444715fbf
commit
f395d9d40e
@ -8490,6 +8490,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/mfussenegger/nvim-dap-python/";
|
||||
};
|
||||
|
||||
nvim-dap-rego = buildVimPlugin {
|
||||
pname = "nvim-dap-rego";
|
||||
version = "2024-09-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rinx";
|
||||
repo = "nvim-dap-rego";
|
||||
rev = "1fa446e7e482d193a8c0cf089a3bc422d71cb47a";
|
||||
sha256 = "14ml164dca4ks1hm6d7hd6wsafr5kp17y0n46mphvvhqfrgs09cg";
|
||||
};
|
||||
meta.homepage = "https://github.com/rinx/nvim-dap-rego/";
|
||||
};
|
||||
|
||||
nvim-dap-rr = buildVimPlugin {
|
||||
pname = "nvim-dap-rr";
|
||||
version = "2024-07-10";
|
||||
|
@ -1283,6 +1283,10 @@ in
|
||||
dependencies = with self; [ nvim-dap ];
|
||||
};
|
||||
|
||||
nvim-dap-rego = super.nvim-dap-rego.overrideAttrs {
|
||||
dependencies = with self; [ nvim-dap ];
|
||||
};
|
||||
|
||||
nvim-dap-ui = super.nvim-dap-ui.overrideAttrs {
|
||||
dependencies = with self; [ nvim-dap nvim-nio ];
|
||||
|
||||
|
@ -713,6 +713,7 @@ https://github.com/yamatsum/nvim-cursorline/,,
|
||||
https://github.com/mfussenegger/nvim-dap/,,
|
||||
https://github.com/leoluz/nvim-dap-go/,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,
|
||||
https://github.com/rcarriga/nvim-dap-ui/,,
|
||||
https://github.com/theHamsta/nvim-dap-virtual-text/,,
|
||||
|
Loading…
Reference in New Issue
Block a user