vimPlugins.quarto-nvim: add dependencies

This commit is contained in:
Gaetan Lepage
2024-11-09 00:25:27 +01:00
parent 9c075c8fa5
commit 66bb24d744
@@ -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 ];