1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update diff option

This commit is contained in:
jdhao 2021-10-24 16:15:06 +08:00
parent 4f752ab2c5
commit ae98924048

View File

@ -179,6 +179,7 @@ set isfname-=,
set diffopt=
set diffopt+=vertical " show diff in vertical position
set diffopt+=filler " show filler for deleted lines
set diffopt+=closeoff " turn off diff when one file window is closed
set diffopt+=context:3 " context for diff
set diffopt+=internal,indent-heuristic,algorithm:histogram
"}