Skip to content

Commit 645f466

Browse files
shazowmergify[bot]
authored andcommitted
modules/lsp/servers: Fix lua_ls example
Example was referring to `luals` instead of `lua_ls` (cherry picked from commit 1c5c991)
1 parent 18f037a commit 645f466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lsp/servers/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ in
103103
multilineTokenSupport = true;
104104
};
105105
};
106-
luals.enable = true;
106+
lua_ls.enable = true;
107107
clangd = {
108108
enable = true;
109109
settings = {

0 commit comments

Comments
 (0)