vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 423ca1d2215a614c671d62978d7abc8474dabe14
parent 522ea6cada5301ec7e78e438dfcc5b425ee3884e
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 24 Mar 2017 09:46:55 -0700

Add spelling mistake highlight colour

Diffstat:
Mvimrc | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -117,6 +117,12 @@ if &t_Co > 2 || has("gui_running") " No background colour in terminal hi Normal ctermbg=none + " Visual selection colour + hi Visual ctermbg=237 + + " Spelling mistake hightlight colour + hi SpellBad cterm=underline ctermbg=58 + " Completion menu colour hi Pmenu ctermbg=grey @@ -125,8 +131,6 @@ if &t_Co > 2 || has("gui_running") hi ColorColumn guibg=grey24 ctermbg=235 hi CursorLine guibg=grey24 ctermbg=235 cterm=bold - " Highlight visual selection - hi Visual ctermbg=237 if has("autocmd") " Cursor line highlighting