From: Samir Benmendil Date: Thu, 27 Mar 2014 00:27:54 +0000 (+0000) Subject: vimrc: fix ycm path X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ec400a1134eeee19ad98dd023d42e79d67eebb31?ds=inline vimrc: fix ycm path --- diff --git a/vim/vimrc b/vim/vimrc index 8728936..ac1529e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -305,7 +305,7 @@ let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] " YouCompleteMe {{{2 -let g:ycm_extra_conf_globlist = ['/mnt/data/src/*'] +let g:ycm_extra_conf_globlist = ['~/src/*'] " vim-json {{{2 let g:vim_json_syntax_conceal = 0