replace signify with gitgutter
This commit is contained in:
parent
1f3f908be1
commit
c258a8277f
4 changed files with 6 additions and 7 deletions
5
vimrc
5
vimrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue