diff options
author | listout <listout@protonmail.com> | 2022-01-30 21:39:24 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-30 21:39:24 +0530 |
commit | e33a75a95fd56779b870e6aef5095b0d88eff0b1 (patch) | |
tree | 0690e9ce72b01108235c463cbab3b5fae3846c20 | |
parent | dda9aacda36e8cdee78a9e74671c5dd460b167b9 (diff) |
Options for diff mode
-rw-r--r-- | configs/basic.vim | 5 |
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 |