Merge pull request #323184 from GaetanLepage/otter
vimPlugins.otter-nvim: remove incorrect dependency nvim-treesitter
This commit is contained in:
commit
6c3bf0f75e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user