mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.debugmaster-nvim: init at 2025-05-26
This commit is contained in:
parent
fba25b5b33
commit
36530d5785
3 changed files with 18 additions and 0 deletions
|
@ -3807,6 +3807,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
debugmaster-nvim = buildVimPlugin {
|
||||
pname = "debugmaster.nvim";
|
||||
version = "2025-05-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "miroshQa";
|
||||
repo = "debugmaster.nvim";
|
||||
rev = "aeae4c324be259856a3e9e436db89875421b78ca";
|
||||
sha256 = "1b919qrljmrczi89cn276rx5yib63yhnr3wscbypckda2d62bh5a";
|
||||
};
|
||||
meta.homepage = "https://github.com/miroshQa/debugmaster.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
debugprint-nvim = buildVimPlugin {
|
||||
pname = "debugprint.nvim";
|
||||
version = "2025-05-28";
|
||||
|
|
|
@ -976,6 +976,10 @@ in
|
|||
dependencies = [ self.denops-vim ];
|
||||
};
|
||||
|
||||
debugmaster-nvim = super.debugmaster-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-dap ];
|
||||
};
|
||||
|
||||
defx-nvim = super.defx-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-yarp ];
|
||||
};
|
||||
|
|
|
@ -291,6 +291,7 @@ https://github.com/Shougo/ddc-source-lsp/,HEAD,
|
|||
https://github.com/Shougo/ddc-ui-native/,HEAD,
|
||||
https://github.com/Shougo/ddc-ui-pum/,HEAD,
|
||||
https://github.com/Shougo/ddc.vim/,HEAD,
|
||||
https://github.com/miroshQa/debugmaster.nvim/,HEAD,
|
||||
https://github.com/andrewferrier/debugprint.nvim/,HEAD,
|
||||
https://github.com/Verf/deepwhite.nvim/,,
|
||||
https://github.com/kristijanhusak/defx-git/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue