vim: add EOL symbols

This commit is contained in:
Fernando Schauenburg 2022-02-09 23:42:43 +01:00
parent fdbcc5ee2f
commit fc36e5e32a

View file

@ -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 = '',