This commit is contained in:
2020-01-16 01:48:59 +01:00
parent d30df125c5
commit f99343ca6e
2 changed files with 149 additions and 78 deletions

View File

@@ -58,7 +58,7 @@ function! ConfigureCocNVIM()
if (index(['vim','help'], &filetype) >= 0)
execute 'h '.expand('<cword>')
else
call CocAction('doHover')
call CocActionAsync('doHover')
endif
endfunction