Ver código fonte

moved ycm config file outside its plugin folder

Joshua Bicking 8 anos atrás
pai
commit
1281871cdf
3 arquivos alterados com 3 adições e 2 exclusões
  1. 2 0
      .gitignore
  2. 0 1
      vim/bundle/YCMstdc99.sh
  3. 1 1
      vimrc

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+vim/bundle/ycm_extra_conf.pyc
+*.swp

+ 0 - 1
vim/bundle/YCMstdc99.sh

@@ -1 +0,0 @@
-cp ycm_extra_conf.py YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py

+ 1 - 1
vimrc

@@ -169,7 +169,7 @@ if exists(':SyntasticStatuslineFlag()')
 endif
 
 " YouCompleteMe
-let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/ycmd/examples/.ycm_extra_conf.py'    
+let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/ycm_extra_conf.py'    
 " autoclose suggestion windows
 let g:ycm_autoclose_preview_window_after_insertion=1