vimPlugins.neoconf-nvim: add dependencies (#354673)

This commit is contained in:
Gaétan Lepage 2024-11-10 00:06:15 +01:00 committed by GitHub
commit 3a83ddd006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";