Neovim: change sumneko to lua_ls

This commit is contained in:
Marko Korhonen 2023-02-19 20:03:22 +02:00
parent 08bb0e0296
commit 47233b088f

View file

@ -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)