1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

Revert "[neovim] disable noice plugin"

This reverts commit d401b13d5a.
This commit is contained in:
2024-11-22 16:15:05 +01:00
parent d401b13d5a
commit 28eeb2842c
5 changed files with 53 additions and 54 deletions

View File

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