mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/lsp: rename lua scope to nvim-lspconfig
This commit is contained in:
parent
775e4d8856
commit
9e0d2e4bed
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue