1
0

add plugins

* scratch
* vim-fugitive
* vim-gitgutter
This commit is contained in:
valeth 2016-04-29 17:38:58 +02:00
parent 8b2e5aff49
commit ffa2bec669
3 changed files with 8 additions and 0 deletions

6
plugins/scratch.vim Normal file
View File

@ -0,0 +1,6 @@
Plug 'mtth/scratch.vim'
" allow autohiding
set hidden
let g:scratch_persistence_file = g:vim_data_home . "/scratch.vim"

1
plugins/vim-fugitive.vim Normal file
View File

@ -0,0 +1 @@
Plug 'tpope/vim-fugitive'

View File

@ -0,0 +1 @@
Plug 'airblade/vim-gitgutter'