home: vim: use patience diff
This brings it in line with my `git` configuration.
This commit is contained in:
parent
d424aaa4a1
commit
2375f88e56
|
@ -66,6 +66,9 @@ set list
|
|||
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
|
||||
set listchars=tab:>─,trail:·,nbsp:¤
|
||||
|
||||
" Use patience diff
|
||||
set diffopt+=algorithm:patience
|
||||
|
||||
" Don't redraw when executing macros
|
||||
set lazyredraw
|
||||
|
||||
|
|
Loading…
Reference in a new issue