Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -866,6 +866,10 @@ self: super: { passthru.python3Dependencies = [ python3.pkgs.mwclient ]; }; nvim-navic = super.nvim-navic.overrideAttrs { dependencies = with self; [ nvim-lspconfig ]; }; nvim-spectre = super.nvim-spectre.overrideAttrs { dependencies = with self; [ plenary-nvim ]; }; Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -866,6 +866,10 @@ self: super: { passthru.python3Dependencies = [ python3.pkgs.mwclient ]; }; nvim-navic = super.nvim-navic.overrideAttrs { dependencies = with self; [ nvim-lspconfig ]; }; nvim-spectre = super.nvim-spectre.overrideAttrs { dependencies = with self; [ plenary-nvim ]; }; Loading