diff options
Diffstat (limited to 'vim')
-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= |