summaryrefslogtreecommitdiff
path: root/configs/basic.vim
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-01-30 21:39:24 +0530
committerlistout <listout@protonmail.com>2022-01-30 21:39:24 +0530
commite33a75a95fd56779b870e6aef5095b0d88eff0b1 (patch)
tree0690e9ce72b01108235c463cbab3b5fae3846c20 /configs/basic.vim
parentdda9aacda36e8cdee78a9e74671c5dd460b167b9 (diff)
Options for diff mode
Diffstat (limited to 'configs/basic.vim')
-rw-r--r--configs/basic.vim5
1 files changed, 4 insertions, 1 deletions
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