浏览代码

moved ycm config file outside its plugin folder

Joshua Bicking 8 年之前
父节点
当前提交
1281871cdf
共有 3 个文件被更改,包括 3 次插入2 次删除
  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