lspconfig: sumneko_lua to lua_ls
This commit is contained in:
parent
fd90625574
commit
edc072a4f1
|
|
@ -91,7 +91,7 @@ M.capabilities.textDocument.completion.completionItem = {
|
|||
},
|
||||
}
|
||||
|
||||
lspconfig.sumneko_lua.setup {
|
||||
lspconfig.lua_ls.setup {
|
||||
on_attach = M.on_attach,
|
||||
capabilities = M.capabilities,
|
||||
|
||||
|
|
@ -129,7 +129,8 @@ lspconfig.sumneko_lua.setup {
|
|||
local servers = {
|
||||
"marksman",
|
||||
"taplo",
|
||||
"pylsp",
|
||||
-- "pylsp",
|
||||
"pyright",
|
||||
"clangd",
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in New Issue