Neovim: change sumneko to lua_ls

This commit is contained in:
Marko Korhonen 2023-02-19 20:03:22 +02:00
parent 75a7cf6d07
commit d2f47aa2f9
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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