1
0
Fork 0
mirror of https://git.davidovski.xyz/dot.git synced 2024-08-15 00:43:28 +00:00

Remove highlight from coc action in vimrc

This commit is contained in:
davidovki 2023-03-12 08:07:05 +00:00
parent b71fd9bbb9
commit 562d5d4ca0

View file

@ -94,8 +94,7 @@ endif
xmap <leader>a <Plug>(coc-codeaction-selected)
nmap <leader>a <Plug>(coc-codeaction-selected)
autocmd CursorHold * silent call CocActionAsync('highlight')
" autocmd CursorHold * silent call CocActionAsync('highlight')
function! ShowDocumentation()
if CocAction('hasProvider', 'hover')