Commit d012bf8b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

vimPlugins.nvim-navic: add nvim-lspconfig dependency

parent 59cffc64
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -866,6 +866,10 @@ self: super: {
    passthru.python3Dependencies = [ python3.pkgs.mwclient ];
  };

  nvim-navic = super.nvim-navic.overrideAttrs {
    dependencies = with self; [ nvim-lspconfig ];
  };

  nvim-spectre = super.nvim-spectre.overrideAttrs {
    dependencies = with self; [ plenary-nvim ];
  };