summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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