From 56e8d50701196b6c3134707c5a5a5b4af9c7caf0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 31 Jul 2014 09:42:10 +0100 Subject: [PATCH] vim: disable viewdoc plugin --- vim/vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.48.1