X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=vim%2Fvimrc;h=1dd023a41f546d524e971aebcea8afd2a946a062;hb=22f28f7c2a5db5aa66de01e75d614ba18e60642b;hp=b8277b3a4be0a21d68e21341df254d0310a7e95d;hpb=9ae1170879219de674e114c227b0253ee01b15a5;p=dotfiles.git diff --git a/vim/vimrc b/vim/vimrc index b8277b3..1dd023a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -93,7 +93,7 @@ if has("gui_running") set macmeta "" Macvim only colorscheme molokai set guioptions+=c - set guifont=Sauce\ Code\ Powerline\ Light:h11 + set guifont=Source\ Code\ Pro\ Light:h11 highlight Cursor guifg=white guibg=green set guicursor=a:blinkon0 set guioptions=eac @@ -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