1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 18:39:27 +00:00

[neovim] disable noice plugin

This commit is contained in:
2024-11-20 18:49:55 +01:00
parent 402cd5365e
commit d401b13d5a
5 changed files with 54 additions and 53 deletions

View File

@ -51,7 +51,7 @@ M.on_attach = function(client)
client.server_capabilities.document_formatting = false
end
if client.name == "ruff-lsp" then
if client.name == "ruff" then
client.server_capabilities.hover = false
end