vimPlugins.neoconf-nvim: add dependencies
Add smoke test for neoconf-nvim Co-authored-by: Perchun Pak <github@perchun.it>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user