nvim: config: Enable histogram based diffs

This commit is contained in:
Sanchayan Maity 2020-09-24 20:37:34 +05:30
parent ad4d92f619
commit b092402711

View file

@ -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