Unverified Commit ac464afa authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #256277 from GaetanLepage/nvim-navic

vimPlugins.nvim-navic: add nvim-lspconfig dependency
parents 8c2cdea0 d012bf8b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -870,6 +870,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 ];
  };