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:
parent
19663fa4f1
commit
55e492cd8f
@ -70,7 +70,7 @@ set splitright " Vertical split to right of current.
|
|||||||
|
|
||||||
" Whitespace highlight settings
|
" Whitespace highlight settings
|
||||||
set list
|
set list
|
||||||
set listchars=eol:$,space:·,tab:>-,trail:◦,extends:▶,precedes:◀
|
set listchars=space:·,tab:>-,trail:◦,extends:▶,precedes:◀
|
||||||
highlight SpecialKey ctermfg=8
|
highlight SpecialKey ctermfg=8
|
||||||
|
|
||||||
set cc=+1
|
set cc=+1
|
||||||
|
Loading…
Reference in New Issue
Block a user