vim: add EOL symbols
This commit is contained in:
parent
fdbcc5ee2f
commit
fc36e5e32a
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ set_options {
|
||||||
sidescrolloff = 3, -- min. # of columns to left and right of cursor
|
sidescrolloff = 3, -- min. # of columns to left and right of cursor
|
||||||
list = true, -- show invisible characters
|
list = true, -- show invisible characters
|
||||||
listchars = {
|
listchars = {
|
||||||
|
eol = '↲',
|
||||||
tab = '» ',
|
tab = '» ',
|
||||||
extends = '…',
|
extends = '…',
|
||||||
precedes = '…',
|
precedes = '…',
|
||||||
|
|
Loading…
Add table
Reference in a new issue