summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-10-27 10:54:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-10-27 10:54:21 +0200
commit998f14f83eeb89e945b6b603789e75be1ffe12d9 (patch)
treee261ea1e75b4c8a28dfc16add7b34990588e4115 /.vimrc
parent5a750885143eae49cec44dcacedaebd0814c2971 (diff)
downloaddotfiles-998f14f83eeb89e945b6b603789e75be1ffe12d9.tar.gz
dotfiles-998f14f83eeb89e945b6b603789e75be1ffe12d9.tar.xz
vimrc: Disable YCM
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 53b76c9..23430f9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -73,7 +73,7 @@ set runtimepath+=/usr/share/vim
set runtimepath+=~/.vim/bundle/vundle
call vundle#begin()
-Plugin 'Valloric/YouCompleteMe'
+"Plugin 'Valloric/YouCompleteMe'
Plugin 'SirVer/ultisnips'
"Plugin 'scrooloose/syntastic'
Plugin 'neomake/neomake'