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); if wrappers == [ ] then s else (builtins.head wrappers) (runWrappers (builtins.tail wrappers) s);
in in
'' ''
-- LSP {{{ -- nvim-lspconfig {{{
do do
${cfg.preConfig} ${cfg.preConfig}