mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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);
|
if wrappers == [ ] then s else (builtins.head wrappers) (runWrappers (builtins.tail wrappers) s);
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
-- LSP {{{
|
-- nvim-lspconfig {{{
|
||||||
do
|
do
|
||||||
${cfg.preConfig}
|
${cfg.preConfig}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue