From e33a75a95fd56779b870e6aef5095b0d88eff0b1 Mon Sep 17 00:00:00 2001
From: listout <listout@protonmail.com>
Date: Sun, 30 Jan 2022 21:39:24 +0530
Subject: Options for diff mode

---
 configs/basic.vim | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'configs')

diff --git a/configs/basic.vim b/configs/basic.vim
index a224b9c..7362eb4 100644
--- a/configs/basic.vim
+++ b/configs/basic.vim
@@ -96,8 +96,11 @@ autocmd BufWritePre * %s/\s\+$//e
 " Shell
 set shell=zsh
 
-"change the current working directory
+" Change the current working directory
 set autochdir
 
 " Python host
 let g:python3_host_prog='/usr/bin/python'
+
+" Option setting for diff mode
+set diffopt+=algorithm:histogram
-- 
cgit v1.2.3