From: Samir Benmendil Date: Thu, 31 Jul 2014 08:42:10 +0000 (+0100) Subject: vim: disable viewdoc plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/56e8d50701196b6c3134707c5a5a5b4af9c7caf0?ds=sidebyside vim: disable viewdoc plugin --- diff --git a/vim/vimrc b/vim/vimrc index c0eb528..3422030 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -37,8 +37,8 @@ Bundle 'ompugao/ctrlp-ros' Bundle 'firef0x/pkgbuild.vim' Bundle 'derekwyatt/vim-fswitch' " seems to have problems right now... may be add later? -"Bundle 'jalcine/cmake.vim' -Bundle 'powerman/vim-plugin-viewdoc' +" Bundle 'jalcine/cmake.vim' +" Bundle 'powerman/vim-plugin-viewdoc' " remove entries first set runtimepath -=$HOME/.vim @@ -359,9 +359,9 @@ let g:tex_flavor='latex' let g:Tex_DefaultTargetFormat='pdf' let g:Tex_MultipleCompileFormats='pdf' -" vim-viewdoc {{{2 -let g:no_viewdoc_maps = 1 -nnoremap K :call ViewDoc('doc', '') +" " vim-viewdoc {{{2 +" let g:no_viewdoc_maps = 1 +" nnoremap K :call ViewDoc('doc', '') " functions {{{1 " auto source vimrc when saved