mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim: update
This commit is contained in:
parent
3f00eddbfe
commit
884f1970a7
7 changed files with 36 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue