.vimrc YCM

This commit is contained in:
2021-09-20 10:15:13 +02:00
parent 964c1f3f85
commit 8f52441c54
2 changed files with 5 additions and 2 deletions

5
.vimrc
View File

@@ -18,7 +18,6 @@ if filereadable(expand(vundle_dir) . "/README.md")
Plugin 'tpope/vim-surround'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'rhysd/vim-clang-format'
" Plugin 'shougo/neocomplete'
Plugin 'godlygeek/tabular'
Plugin 'airblade/vim-gitgutter'
Plugin 'jeetsukumaran/vim-pythonsense'
@@ -28,7 +27,9 @@ if filereadable(expand(vundle_dir) . "/README.md")
Plugin 'nvie/vim-flake8'
Plugin 'ludovicchabant/vim-gutentags'
Plugin 'junegunn/vim-peekaboo'
Plugin 'ycm-core/YouCompleteMe'
if empty($VIM_DISABLE_YCM)
Plugin 'ycm-core/YouCompleteMe'
endif
call vundle#end() " required
else