diff --git a/my_configs.vim b/my_configs.vim index 248273af..28a79f8a 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -7,17 +7,6 @@ set noshowmode " Block can move outside of bounds" set virtualedit=block -" Turn spelling on by default, toggle with " -if has("spell") - set spell - " toggle spelling with F4 key - map :set spell!:echo "Spell Check: " . strpart("OffOn", 3 * &spell, 3) - " they were using white on white - highlight PmenuSel ctermfg=black ctermbg=lightgray - " limit it to just the top 10 items - set sps=best,10 -endif - set guifont=Source\ Code\ Pro:h11 nmap rb :call DeleteTrailingWS()