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

Changed files
+7
pkgs
applications
editors
vim
plugins
+7
pkgs/applications/editors/vim/plugins/overrides.nix
···
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";