From 671c510388c6a0ac6e29edfd6f52440a379d0e74 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 8 Jan 2014 12:20:19 +0100 Subject: [PATCH] add YCM bundle --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 2c3eba7..2a52c96 100644 --- a/vimrc +++ b/vimrc @@ -18,6 +18,7 @@ Bundle 'surround.vim' Bundle 'Syntastic' Bundle 'Tagbar' Bundle 'tComment' +Bundle 'Valloric/YouCompleteMe' filetype plugin indent on -- 2.48.1