update
This commit is contained in:
parent
a35c2177c5
commit
98ea3f03a7
2 changed files with 4 additions and 7 deletions
4
vimrc
4
vimrc
|
|
@ -28,10 +28,6 @@ if !has('nvim')
|
|||
nmap \f <Plug>(coc-format-selected)
|
||||
command! -nargs=0 Format :call CocAction('format')
|
||||
command! -nargs=? Fold :call CocAction('fold', <f-args>)
|
||||
" augroup coc_augroup
|
||||
" autocmd!
|
||||
" autocmd CursorHold * silent call CocActionAsync('highlight')
|
||||
" augroup END
|
||||
|
||||
function! s:show_documentation()
|
||||
if &filetype == 'vim' || &filetype == 'help'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue