diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-28 09:35:21 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-28 09:35:21 +0100 |
commit | 574c1407d0c3253547b552f98952b1665e4f2cb1 (patch) | |
tree | 8b749f84c6d478dd1623fbc6feef0f8701d6e3c1 /.vim/vimrc | |
parent | ba730c6dc0d7202ad3204827f768ed78f01584f5 (diff) |
Add various changes
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |