mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[neovim] Update plugins
This commit is contained in:
@ -54,7 +54,7 @@ M.on_attach = function(client)
|
||||
client.server_capabilities.document_formatting = false
|
||||
end
|
||||
|
||||
if client.name == "sumneko_lua" then
|
||||
if client.name == "lua_ls" then
|
||||
client.server_capabilities.document_formatting = false
|
||||
end
|
||||
|
||||
|
@ -6,7 +6,7 @@ local servers = {
|
||||
"jdtls",
|
||||
"jsonls",
|
||||
"pyright",
|
||||
"sumneko_lua",
|
||||
"lua_ls",
|
||||
"terraformls",
|
||||
"yamlls",
|
||||
}
|
||||
|
Reference in New Issue
Block a user