diff --git a/.vimrc b/.vimrc index 3cde195..5e6ab4d 100644 --- a/.vimrc +++ b/.vimrc @@ -160,3 +160,5 @@ nmap bq :bp bd # nmap bl :ls let g:Powerline_symbols = "fancy" let g:airline_theme='wombat' +" indentLine color +let g:indentLine_color_term = 239 diff --git a/install.sh b/install.sh index 775c0e8..52b6cb8 100755 --- a/install.sh +++ b/install.sh @@ -69,3 +69,9 @@ if [ ! -d ~/.vim/bundle/ag ]; then echo "===> brew install the_silver_searcher in Mac, apt-get install silversearcher-ag in linux" git clone https://github.com/rking/ag.vim ~/.vim/bundle/ag fi + +# indentLine +if [ ! -d ~/.vim/bundle/indentLine ]; then + echo "===> Installing indentLine..." + git clone https://github.com/Yggdroot/indentLine ~/.vim/bundle/indentLine +fi