Skip to content

Commit

Permalink
Update vim plugins & install airline
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Aug 15, 2013
1 parent b8feec9 commit 9060eb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@
[submodule "vim/bundle/neocomplcache"] [submodule "vim/bundle/neocomplcache"]
path = vim/bundle/neocomplcache path = vim/bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.vim.git url = https://github.com/Shougo/neocomplcache.vim.git
[submodule "vim/bundle/airline"]
path = vim/bundle/airline
url = https://github.com/bling/vim-airline
1 change: 1 addition & 0 deletions vim/bundle/airline
Submodule airline added at 91ca5a
13 changes: 3 additions & 10 deletions vim/vimrc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -258,9 +258,10 @@ nnoremap * *N
"| "|
"""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""
" "
" POWERLINE " AIRLINE
" "
set rtp+=~/.powerline/powerline/bindings/vim let g:airline_powerline_fonts=1
let g:airline_theme='powerlineish'


" "
"""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""
Expand All @@ -274,14 +275,6 @@ nnoremap <leader>gc :Gcommit --verbose<cr>
nnoremap <leader>grm :Gremove<cr> nnoremap <leader>grm :Gremove<cr>
nnoremap <leader>gmv :Gmove<cr> nnoremap <leader>gmv :Gmove<cr>
"
""""""""""""""""""""""""""""""""""""""""
"
" GITGUTTER
"
let g:gitgutter_enabled = 1
let g:gitgutter_highlights = 0

" "
"""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""
" "
Expand Down

0 comments on commit 9060eb1

Please sign in to comment.