Disable YCM

This commit is contained in:
David Tomaschik
2015-08-31 18:09:31 -07:00
parent 9936dd7983
commit c568c81f60

1
vimrc
View File

@@ -15,7 +15,6 @@ if filereadable(glob("~/.vim/bundle/Vundle.vim/README.md"))
Plugin 'mattn/webapi-vim'
Plugin 'mattn/gist-vim'
Plugin 'fatih/vim-go'
Plugin 'Valloric/YouCompleteMe'
Plugin 'altercation/vim-colors-solarized'
call vundle#end()
endif