Skip to content

Commit

Permalink
Git diff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-j-m committed Dec 28, 2020
1 parent 33d590b commit b412c5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ set spellfile=$HOME/.vim-spell-en.utf-8.add
set complete+=kspell

" Always use vertical diffs
set diffopt+=vertical
if &diff
set diffopt-=internal
set diffopt+=iwhite
endif

" vim-rspec
" ==========
Expand Down

0 comments on commit b412c5e

Please sign in to comment.