diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 2c677d1c250b..f57df09385ac 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ];