From 0c9691b5f0baad5b30aa31ce4cee029e05896c21 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:29:54 +0200 Subject: vim: move neobundlecheck to the bottom --- vim/vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 3e19297..7fc4cbd 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -71,9 +71,6 @@ set hidden " Yank to clipboard/selection by default set clipboard=unnamed,unnamedplus -" Installation check. -NeoBundleCheck - " Easier window moving map h map j @@ -104,6 +101,10 @@ let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 +" Installation check. +NeoBundleCheck + + "" Statusline set statusline= -- cgit v1.2.3-54-g00ecf