add lua_ls

This commit is contained in:
Christoph J. Scherr 2024-07-04 12:52:11 +02:00
parent 4db161c4c0
commit 2e2df21633
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ local servers = {
'yamlls',
'texlab',
'csharp_ls',
'lua_ls',
}
for _, lsp in ipairs(servers) do