From ecbc3019da246bafe62034c636bb839ad8a4fd8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 31 Oct 2014 16:19:09 +0100 Subject: [vim] YCM --- .vim/bundles.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim/bundles.vim') 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! -- cgit v1.2.3