Loading pkgs/applications/editors/vim/plugins/overrides.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2261,6 +2261,16 @@ in dependencies = with self; [ telescope-nvim ]; }; quarto-nvim = super.quarto-nvim.overrideAttrs { dependencies = with self; [ nvim-lspconfig otter-nvim ]; nvimRequireCheck = "quarto"; doInstallCheck = true; }; telescope-zoxide = super.telescope-zoxide.overrideAttrs { dependencies = with self; [ telescope-nvim ]; Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2261,6 +2261,16 @@ in dependencies = with self; [ telescope-nvim ]; }; quarto-nvim = super.quarto-nvim.overrideAttrs { dependencies = with self; [ nvim-lspconfig otter-nvim ]; nvimRequireCheck = "quarto"; doInstallCheck = true; }; telescope-zoxide = super.telescope-zoxide.overrideAttrs { dependencies = with self; [ telescope-nvim ]; Loading