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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user