Merge pull request #323184 from GaetanLepage/otter

vimPlugins.otter-nvim: remove incorrect dependency nvim-treesitter
This commit is contained in:
Gaétan Lepage 2024-06-28 18:46:26 +02:00 committed by GitHub
commit 6c3bf0f75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1230,7 +1230,7 @@
};
otter-nvim = super.otter-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig nvim-treesitter ];
dependencies = [ self.nvim-lspconfig ];
};
overseer-nvim = super.overseer-nvim.overrideAttrs {