gitgutter
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user