summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-03-14 19:16:03 +0800
committerbh <qn+git@excalibur.computer>2026-03-14 19:16:03 +0800
commit1d30a4a7bb10439beddccc169c281283947640e0 (patch)
treef9a5a3d62e3ad6901c148d84c63cc65dbe007020 /lua
parent60c29bc03ea739f0c7468d700b4e3c9cf1415ec2 (diff)
Fix tab indent chars
Diffstat (limited to 'lua')
-rw-r--r--lua/config/indent.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/indent.lua b/lua/config/indent.lua
index e703212..a73ee1c 100644
--- a/lua/config/indent.lua
+++ b/lua/config/indent.lua
@@ -29,6 +29,8 @@ return function()
ibl.setup {
indent = {
highlight = highlight,
+ char = "│",
+ tab_char = "│",
},
exclude = {
filetypes = { "dashboard", "alpha", "help", "neo-tree", "NvimTree", "lazy" },