mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
modules/lsp/servers: Fix lua_ls example
Example was referring to `luals` instead of `lua_ls`
(cherry picked from commit 1c5c991fda)
This commit is contained in:
@@ -103,7 +103,7 @@ in
|
||||
multilineTokenSupport = true;
|
||||
};
|
||||
};
|
||||
luals.enable = true;
|
||||
lua_ls.enable = true;
|
||||
clangd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user