This commit is contained in:
ManjaroOne666 2018-11-25 18:27:14 +00:00
commit 98ea3f03a7
2 changed files with 4 additions and 7 deletions

4
vimrc
View file

@ -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'