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:
@ -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
|
||||
|
Reference in New Issue
Block a user