gitgutter

This commit is contained in:
2020-06-14 16:17:11 +02:00
parent 16bf99ef3e
commit 597a35be19

View File

@@ -1,12 +1,10 @@
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color") if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'mhinz/vim-signify' Plug 'airblade/vim-gitgutter'
Plug 'romainl/flattened' Plug 'romainl/flattened'
Plug 'tpope/vim-eunuch' Plug 'tpope/vim-eunuch'
call plug#end() call plug#end()
let g:signify_realtime = 1
colorscheme flattened_light colorscheme flattened_light
endif endif