mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/lsp/servers: Fix lua_ls example
Example was referring to `luals` instead of `lua_ls`
This commit is contained in:
parent
f54941e333
commit
1c5c991fda
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ in
|
|||
multilineTokenSupport = true;
|
||||
};
|
||||
};
|
||||
luals.enable = true;
|
||||
lua_ls.enable = true;
|
||||
clangd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue