1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: update

This commit is contained in:
Henrik Hautakoski 2024-08-25 16:03:19 +02:00
parent 3f00eddbfe
commit 884f1970a7
7 changed files with 36 additions and 34 deletions

View file

@ -61,9 +61,9 @@ return {
})
end
if client.supports_method('textDocument/hover') then
--utils.signature_help_on_hover(bufnr)
end
-- if client.supports_method('textDocument/hover') then
-- utils.signature_help_on_hover(bufnr)
-- end
if (opts.document_hightlight or server_opt.document_highlight or false) and client.supports_method('textDocument/documentHighlight') then
utils.document_highlight(bufnr)