dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit c94d3dec6d255a183cf9e8376c8e1b5c879b2b80
parent 9cfce14caa42b3c7fb866b6fa6de55d1cc3c0d89
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 13 Jun 2017 15:25:20 -0700

Improve spelling highlighting (#2)

Highlight locale-specific corrections.
Change highlighting for spelling errors.
Diffstat:
M.vim/vimrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -121,7 +121,8 @@ if &t_Co > 2 || has("gui_running") hi Visual ctermbg=237 " Spelling mistake hightlight colour - hi SpellBad cterm=underline ctermbg=58 + hi SpellLocal cterm=underline ctermbg=58 + hi SpellBad cterm=underline ctermbg=88 " Completion menu colour hi Pmenu ctermbg=grey