From 9a5bbac0a43919c058152e73c9d9bddcd6140e9c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 14 Feb 2018 10:18:56 +0100 Subject: [PATCH] Added YouCompleteMe to .vimrc --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 7254ad3..114e7b8 100644 --- a/vimrc +++ b/vimrc @@ -9,6 +9,7 @@ call vundle#begin() Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-sleuth' Plugin 'altercation/vim-colors-solarized' + Plugin 'Valloric/YouCompleteMe' call vundle#end() filetype plugin indent on