Merge pull request #256277 from GaetanLepage/nvim-navic

vimPlugins.nvim-navic: add nvim-lspconfig dependency
This commit is contained in:
figsoda 2023-09-22 10:02:07 -04:00 committed by GitHub
commit ac464afa1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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