Closed rojspencer closed 9 years ago
When I run :set list list characters are not visible. Switching to almost any other color scheme allows me to see them.
:set list
Relevant info: Terminal vim 7.4.898 on OS/X
set listchars=tab:→\ ,eol:⤦,trail:·,extends:↷,precedes:↶
I do not like the ~ at the bottom of files. You can enable the highlight by the following config. highlight NonText ctermfg={your favorite colour}
~
highlight NonText ctermfg={your favorite colour}
When I run
:set list
list characters are not visible. Switching to almost any other color scheme allows me to see them.Relevant info: Terminal vim 7.4.898 on OS/X