From 574c1407d0c3253547b552f98952b1665e4f2cb1 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 28 Sep 2015 09:35:21 +0100 Subject: Add various changes --- .vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index cc7a290..ce69e46 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -45,7 +45,8 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-vinegar' Plug 'troydm/zoomwintab.vim' -Plug 'Valloric/YouCompleteMe', { 'do' : './install.sh --clang-completer' } +Plug 'Valloric/YouCompleteMe' +", { 'do' : './install.sh --clang-completer' } Plug 'xolox/vim-misc' Plug 'xolox/vim-notes' call plug#end() -- cgit v1.2.3