From d499d67527613a1381c3012d13fef94dc4598bf2 Mon Sep 17 00:00:00 2001 From: Derek Schneider Date: Tue, 2 Feb 2021 23:17:41 -0500 Subject: [PATCH] Clear until https://github.com/thoughtbot/dotfiles/issues/655 is fixed --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 3774132a50..0adb03b4ed 100644 --- a/vimrc +++ b/vimrc @@ -167,9 +167,6 @@ set spellfile=$HOME/.vim-spell-en.utf-8.add " Autocomplete with dictionary words when spell check is on set complete+=kspell -" Always use vertical diffs -set diffopt+=vertical - " Local config if filereadable($HOME . "/.vimrc.local") source ~/.vimrc.local