From: Peng Li Date: Sat, 22 Apr 2017 08:37:05 +0000 (+0800) Subject: add vimperator.vim X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=3a4f4747a0e186b41668eba77c847225e5c5611d;p=dotfiles.git add vimperator.vim --- diff --git a/vim/vimrc b/vim/vimrc index 1dd023a..8687824 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -39,6 +39,7 @@ Bundle 'MattesGroeger/vim-bookmarks' "Bundle 'kien/ctrlp.vim' "disable since some conflicting mapping Bundle 'vim-latex/vim-latex' +Plugin 'vimperator/vimperator.vim' call vundle#end() filetype plugin indent on @@ -306,7 +307,7 @@ let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/ycmd/ " this is fix youcompleteme python error "http://www.cnblogs.com/clivelee/p/4266559.html "https://github.com/Valloric/YouCompleteMe/issues/18 -let g:ycm_path_to_python_interpreter= '/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python' +"let g:ycm_path_to_python_interpreter= '/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python' let g:ycm_auto_trigger = 1 let g:ycm_seed_identifiers_with_syntax = 1 let g:ycm_show_diagnostics_ui = 0