summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-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