nvim: config: Enable histogram based diffs
This commit is contained in:
parent
ad4d92f619
commit
b092402711
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ set switchbuf=useopen
|
|||
set backspace=indent,eol,start
|
||||
set scrolloff=3 " Show next 3 lines while scrolling.
|
||||
set sidescrolloff=5 " Show next 5 columns while side-scrolling.
|
||||
set diffopt=filler,internal,algorithm:histogram,indent-heuristic
|
||||
|
||||
" Wild menu
|
||||
set wildmenu
|
||||
|
|
Loading…
Reference in a new issue