Commit 4530a7ca authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

vimPlugins.otter-nvim: remove incorrect dependency nvim-treesitter

parent ccda0049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {