Skip to content

Commit 8e1b586

Browse files
committed
[VIM] Use underline instead of highlight to display spelling error.
1 parent 71c94aa commit 8e1b586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dot_vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ set tabstop=4
2525
set shiftwidth=4
2626
" On pressing tab, insert 4 spaces
2727
set expandtab
28+
29+
hi clear SpellBad
30+
hi SpellBad cterm=underline gui=undercurl

0 commit comments

Comments
 (0)