Loading pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/editors/vim/plugins/overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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