From 1513910bf68dcd53c07099325bb839667086be30 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 23 Jun 2025 15:24:13 -0500 Subject: use middlebar for tabchar instead of leftbar --- lua/tjk/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/tjk/options.lua') diff --git a/lua/tjk/options.lua b/lua/tjk/options.lua index 9a0dd4d..210c45f 100644 --- a/lua/tjk/options.lua +++ b/lua/tjk/options.lua @@ -17,7 +17,7 @@ opt.relativenumber = true -- enable relative line numbers -- show whitespace characters opt.list = true -- show whitespace characters defined in listchars -opt.listchars = "tab:▏ ,space:·" -- highlight tabs and spaces +opt.listchars = "tab:│ ,space:·" -- highlight tabs and spaces -- tabbing opt.tabstop = 4 -- set tabwidth to 4 instead of 8 -- cgit v1.2.3