mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #323184 from GaetanLepage/otter
vimPlugins.otter-nvim: remove incorrect dependency nvim-treesitter
This commit is contained in:
commit
6c3bf0f75e
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
otter-nvim = super.otter-nvim.overrideAttrs {
|
otter-nvim = super.otter-nvim.overrideAttrs {
|
||||||
dependencies = with self; [ nvim-lspconfig nvim-treesitter ];
|
dependencies = [ self.nvim-lspconfig ];
|
||||||
};
|
};
|
||||||
|
|
||||||
overseer-nvim = super.overseer-nvim.overrideAttrs {
|
overseer-nvim = super.overseer-nvim.overrideAttrs {
|
||||||
|
|
Loading…
Reference in a new issue