modules/lsp/servers: Fix lua_ls example

Example was referring to `luals` instead of `lua_ls`
This commit is contained in:
Andrey Petrov 2025-05-25 11:29:19 -04:00 committed by GitHub
parent f54941e333
commit 1c5c991fda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ in
multilineTokenSupport = true;
};
};
luals.enable = true;
lua_ls.enable = true;
clangd = {
enable = true;
settings = {