vimPlugins.quarto-nvim: add dependencies (#354634)

This commit is contained in:
Gaétan Lepage
2024-11-09 12:07:37 +01:00
committed by GitHub
@@ -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 ];