1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-03 15:41:03 +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); if wrappers == [ ] then s else (builtins.head wrappers) (runWrappers (builtins.tail wrappers) s);
in in
'' ''
-- LSP {{{ -- nvim-lspconfig {{{
do do
${cfg.preConfig} ${cfg.preConfig}