vimPlugins.otter-nvim: remove incorrect dependency nvim-treesitter
This commit is contained in:
parent
ccda0049f2
commit
4530a7ca07
@ -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