1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +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