1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 20:59:26 +00:00

[neovim] Update plugins

This commit is contained in:
2023-02-13 19:27:54 +01:00
parent 3d21628328
commit dd77a5e33b
4 changed files with 20 additions and 20 deletions

View File

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

View File

@ -6,7 +6,7 @@ local servers = {
"jdtls",
"jsonls",
"pyright",
"sumneko_lua",
"lua_ls",
"terraformls",
"yamlls",
}