Skip to content

Commit

Permalink
update vim config to underline badly spelled words
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchuette committed Jul 10, 2022
1 parent 78ba41d commit 0febb9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim-config/configs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,11 @@ highlight link CocWarningVirtualText Normal
highlight link CocInfoVirtualText Normal
highlight link cError Normal

" spellchecker highlighting should be just an underline
highlight clear SpellBad
highlight SpellBad cterm=underline
highlight SpellBad gui=undercurl

" toggle a color column to visualize a line width of 80 chars with <leader>cc
function! ToggleColorColumn()
if &colorcolumn ==# 80
Expand Down

0 comments on commit 0febb9a

Please sign in to comment.