vimPlugins.neoconf-nvim: add dependencies

Add smoke test for neoconf-nvim

Co-authored-by: Perchun Pak <github@perchun.it>
This commit is contained in:
bpatel347
2024-11-09 07:57:33 -05:00
co-authored by Perchun Pak
parent 7acb30200b
commit c4f452f621
@@ -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";