Neovim: change sumneko to lua_ls

main
Marko Korhonen 1 year ago
parent 75a7cf6d07
commit d2f47aa2f9
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -10,7 +10,7 @@ Servers = {
yamlls = {},
taplo = {},
tsserver = {},
sumneko_lua = {
lua_ls = {
Lua = {
runtime = {
-- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim)

Loading…
Cancel
Save