summaryrefslogtreecommitdiff
path: root/lua/tjk/options.lua
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-23 15:24:13 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-23 15:24:13 -0500
commit1513910bf68dcd53c07099325bb839667086be30 (patch)
treeb3b917a59eb1915bb6e35f0c943957ada2b03524 /lua/tjk/options.lua
parent3f5ecccdfb315a69db961c2fff917be7c8df939a (diff)
downloadnvim-1513910bf68dcd53c07099325bb839667086be30.tar.xz
nvim-1513910bf68dcd53c07099325bb839667086be30.zip
use middlebar for tabchar instead of leftbarHEADmaster
Diffstat (limited to 'lua/tjk/options.lua')
-rw-r--r--lua/tjk/options.lua2
1 files changed, 1 insertions, 1 deletions
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