X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=vim%2Fvimrc;h=1dd023a41f546d524e971aebcea8afd2a946a062;hb=9d9379e9edb9a1d7ec3ad25617c0bba6d4522921;hp=fc97f823fa763d2603ed56d5c92bb8571f554072;hpb=fa4719922ca4877858157963f406303ce5feda10;p=dotfiles.git diff --git a/vim/vimrc b/vim/vimrc index fc97f82..1dd023a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -296,6 +296,11 @@ nnoremap sr :FufRenewCache " YouCompleteMe ----------------------------------------------------------- {{{ "syntax on, must before the YCM, +" Load YouCompleteMe only on OSX +if !has("osx") + let g:loaded_youcompleteme = 1 +endif + "let g:ycm_collect_identifiers_from_tags_files = 1 let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py' " this is fix youcompleteme python error