- add fugitive.vim

- enable fugitive.vim for vim-airline
This commit is contained in:
2016-07-14 20:45:52 +02:00
parent dde280c2b8
commit dda0c5ff77
6 changed files with 3592 additions and 0 deletions

2
.vimrc
View File

@@ -340,6 +340,8 @@ set pastetoggle=<F1>
" run pathogen to manage your 'runtimepath' with ease. (https://github.com/tpope/vim-pathogen)
" In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.
execute pathogen#infect()
" enable powerline fonts
let g:airline_powerline_fonts = 1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Helper functions