Skip to content

Commit

Permalink
Adding indentLine plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlago committed Mar 16, 2015
1 parent 69ddadd commit 5891a10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ nmap <leader>bq :bp <BAR> bd #<CR>
nmap <leader>bl :ls<CR>
let g:Powerline_symbols = "fancy"
let g:airline_theme='wombat'
" indentLine color
let g:indentLine_color_term = 239
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5891a10

Please sign in to comment.