Merge pull request #256277 from GaetanLepage/nvim-navic

vimPlugins.nvim-navic: add nvim-lspconfig dependency

authored by

figsoda and committed by
GitHub
ac464afa 8c2cdea0

+4
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 870 passthru.python3Dependencies = [ python3.pkgs.mwclient ]; 871 }; 872 873 nvim-spectre = super.nvim-spectre.overrideAttrs { 874 dependencies = with self; [ plenary-nvim ]; 875 };
··· 870 passthru.python3Dependencies = [ python3.pkgs.mwclient ]; 871 }; 872 873 + nvim-navic = super.nvim-navic.overrideAttrs { 874 + dependencies = with self; [ nvim-lspconfig ]; 875 + }; 876 + 877 nvim-spectre = super.nvim-spectre.overrideAttrs { 878 dependencies = with self; [ plenary-nvim ]; 879 };