1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/lsp: rename lua scope to nvim-lspconfig

This commit is contained in:
Gaetan Lepage 2025-04-23 17:06:15 +02:00
parent 775e4d8856
commit 9e0d2e4bed

View file

@ -180,7 +180,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
if wrappers == [ ] then s else (builtins.head wrappers) (runWrappers (builtins.tail wrappers) s);
in
''
-- LSP {{{
-- nvim-lspconfig {{{
do
${cfg.preConfig}