Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 384:a8231e54e6b1
Add patience algorithm for diffs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 23 Apr 2021 09:35:34 +0200 |
parents | 536cd19a8c6e |
children | 5c8c12407b84 |
comparison
equal
deleted
inserted
replaced
383:536cd19a8c6e | 384:a8231e54e6b1 |
---|---|
112 set lazyredraw " No need to redraw constantly | 112 set lazyredraw " No need to redraw constantly |
113 set shortmess+=c | 113 set shortmess+=c |
114 | 114 |
115 set ttimeoutlen=-1 " Set the timeout to a minimum | 115 set ttimeoutlen=-1 " Set the timeout to a minimum |
116 set diffopt+=iwhite " Ignore spaces in diffs" | 116 set diffopt+=iwhite " Ignore spaces in diffs" |
117 set diffopt+=internal,algorithm:patience " use patience algorithm for better diffs | |
117 | 118 |
118 set tags=.git/tags,tags,/project/asic_fpga/tools/vim/share/vim/vimfiles/tags | 119 set tags=.git/tags,tags,/project/asic_fpga/tools/vim/share/vim/vimfiles/tags |
119 | 120 |
120 " Have find look through all folders | 121 " Have find look through all folders |
121 set path+=** | 122 set path+=** |