1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00
This commit is contained in:
2023-03-12 13:58:45 +01:00
parent 6567e2daae
commit ff52cc24f0
3 changed files with 15 additions and 4 deletions

View File

@@ -50,12 +50,12 @@ M.setup = function()
end
M.on_attach = function(client)
if client.name == "tsserver" then
if client.name == "lua_ls" then
client.server_capabilities.document_formatting = false
end
if client.name == "lua_ls" then
client.server_capabilities.document_formatting = false
if client.name == "ruff-lsp" then
client.server_capabilities.hover = false
end
local status_ok, illuminate = pcall(require, "illuminate")