diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:29:54 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:29:54 +0200 |
commit | 0c9691b5f0baad5b30aa31ce4cee029e05896c21 (patch) | |
tree | d4bd86d2ed96f192f59d5d769a587035adba25e0 | |
parent | 91707a3b18baaa73a578389ac3e0db64ece538c0 (diff) | |
download | dotfiles-0c9691b5f0baad5b30aa31ce4cee029e05896c21.tar.xz |
vim: move neobundlecheck to the bottom
-rw-r--r-- | vim/vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -71,9 +71,6 @@ set hidden " Yank to clipboard/selection by default set clipboard=unnamed,unnamedplus -" Installation check. -NeoBundleCheck - " Easier window moving map <C-h> <C-w>h map <C-j> <C-w>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= |