1
0
Fork 0

replace signify with gitgutter

This commit is contained in:
Von Random 2018-06-27 19:13:23 +03:00
parent 1f3f908be1
commit c258a8277f
4 changed files with 6 additions and 7 deletions

5
vimrc
View file

@ -55,9 +55,8 @@ nnoremap <Leader>s :w<CR>
if v:version >= 800
set breakindent
" signify options
let g:signify_vcs_list = [ 'git' ]
let g:signify_sign_change = '~'
" FZF map
nmap <Leader><Tab> :FZF<CR>
" easy-align options
xmap <Leader>a <Plug>(EasyAlign)