1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: disable eol $ marker

This provides little value and causes clickable links inside Vim to take
the $ symbol with them into browsers, which outweighs the small gain.
Text is visibly more readable without it, too.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2022-02-16 15:26:50 +00:00
parent 19663fa4f1
commit 55e492cd8f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -70,7 +70,7 @@ set splitright " Vertical split to right of current.
" Whitespace highlight settings
set list
set listchars=eol:$,space:·,tab:>-,trail:◦,extends:▶,precedes:◀
set listchars=space:·,tab:>-,trail:◦,extends:▶,precedes:◀
highlight SpecialKey ctermfg=8
set cc=+1