9 lines
145 B
VimL
9 lines
145 B
VimL
if ! exists(':CocInfo')
|
|
finish
|
|
endif
|
|
|
|
augroup Coc
|
|
autocmd!
|
|
|
|
autocmd CursorHold * silent call CocActionAsync('highlight')
|
|
augroup END
|