From 8521dd9847b1f187ea0fa19f4cc8c369e6060aa4 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 11 Feb 2024 18:32:58 +0100 Subject: [PATCH] vim: use better tab symbol --- config/nvim/lua/fschauen/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/fschauen/options.lua b/config/nvim/lua/fschauen/options.lua index 7078902..a39aef5 100644 --- a/config/nvim/lua/fschauen/options.lua +++ b/config/nvim/lua/fschauen/options.lua @@ -83,7 +83,7 @@ M.setup = function() o.list = false -- don't show invisible characters initially o.listchars = { eol = '↲', - tab = '» ', + tab = '󰌒 ', -- » extends = '…', precedes = '…', trail = '·',