summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 4d11f3f..9de46a3 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -74,5 +74,8 @@ Plugin 'lukerandall/haskellmode-vim'
Plugin 'eagletmt/ghcmod-vim'
Plugin 'eagletmt/neco-ghc'
+" YCM
+Plugin 'Valloric/YouCompleteMe'
+
call vundle#end()
filetype plugin indent on " required!