mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
vimPlugins.neoconf-nvim: add dependencies (#354673)
This commit is contained in:
commit
3a83ddd006
@ -1532,6 +1532,13 @@ in
|
||||
dependencies = with self; [ ultisnips ];
|
||||
};
|
||||
|
||||
neoconf-nvim = super.neoconf-nvim.overrideAttrs {
|
||||
dependencies = with self; [ nvim-lspconfig ];
|
||||
|
||||
doInstallCheck = true;
|
||||
nvimRequireCheck = "neoconf";
|
||||
};
|
||||
|
||||
neogit = super.neogit.overrideAttrs {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
nvimRequireCheck = "neogit";
|
||||
|
Loading…
Reference in New Issue
Block a user