From dfe69f37ea6dee7ca48649b355ffed160edb7317 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 10 Apr 2016 14:06:36 +0200 Subject: [PATCH] vimrc update again And I always wonder why vim isn't behaving the same on every device... --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b0f1bfa..d57c176 100644 --- a/vimrc +++ b/vimrc @@ -33,7 +33,8 @@ Plugin 'xolox/vim-misc' Plugin 'xolox/vim-easytags' Plugin 'majutsushi/tagbar' "Plugin 'gilligan/vim-lldb' -Plugin 'welle/targets.vim' +Plugin 'wellle/targets.vim' +Plugin 'Chiel92/vim-autoformat' call vundle#end() " required filetype plugin indent on " required