vimPlugins.nvim-navic: add nvim-lspconfig dependency

This commit is contained in:
Gaetan Lepage 2023-09-20 10:28:38 +02:00
parent 59cffc64b6
commit d012bf8b6c

View file

@ -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 ];
};