fixed the previous commit, works now

master
Daniel Nägele 11 years ago
parent 8e8c8e250b
commit 0f61c7ab33
  1. 10
      vimrc

10
vimrc

@ -5,11 +5,6 @@
set nocompatible " vi compatibility off set nocompatible " vi compatibility off
scriptencoding utf-8 scriptencoding utf-8
"" Vundle
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
"" filetype plugin and syntax "" filetype plugin and syntax
syntax on syntax on
filetype indent plugin on filetype indent plugin on
@ -137,7 +132,7 @@ if !filereadable(vundle_readme)
echo "" echo ""
silent !mkdir -p ~/.vim/bundle silent !mkdir -p ~/.vim/bundle
silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle
let installed_vundle=0 let installed_vundle=1
endif endif
set rtp+=~/.vim/bundle/vundle/ set rtp+=~/.vim/bundle/vundle/
call vundle#rc() call vundle#rc()
@ -162,11 +157,10 @@ Bundle 'mileszs/ack.vim'
"Bundle 'Yggdroot/indentLine' " good with my urxvt config: let g:indentLine_color_term = 239 "Bundle 'Yggdroot/indentLine' " good with my urxvt config: let g:indentLine_color_term = 239
if installed_vundle == 1 if installed_vundle == 1
echo "Installing Bundles, please ignore key map error messages"
echo ""
:BundleInstall :BundleInstall
endif endif
"" }}} "" }}}
"#################################################################### "####################################################################
" bundle options {{{ " bundle options {{{
"#################################################################### "####################################################################

Loading…
Cancel
Save