Merge pull request #323107 from GaetanLepage/otter

vimPlugins.otter-nvim: add dependencies
This commit is contained in:
Gaétan Lepage
2024-06-28 16:35:25 +02:00
committed by GitHub
@@ -1229,6 +1229,10 @@
dependencies = with self; [ (nvim-treesitter.withPlugins (p: [ p.org ])) ];
};
otter-nvim = super.otter-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig nvim-treesitter ];
};
overseer-nvim = super.overseer-nvim.overrideAttrs {
doCheck = true;
checkPhase = ''