From fc36e5e32ab0d7b57d9bf0b7a038b040b6d6005e Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 9 Feb 2022 23:42:43 +0100 Subject: [PATCH] vim: add EOL symbols --- config/nvim/lua/fs/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nvim/lua/fs/options.lua b/config/nvim/lua/fs/options.lua index 1526c77..664a084 100644 --- a/config/nvim/lua/fs/options.lua +++ b/config/nvim/lua/fs/options.lua @@ -71,6 +71,7 @@ set_options { sidescrolloff = 3, -- min. # of columns to left and right of cursor list = true, -- show invisible characters listchars = { + eol = '↲', tab = '» ', extends = '…', precedes = '…',