diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-14 19:16:03 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-14 19:16:03 +0800 |
| commit | 1d30a4a7bb10439beddccc169c281283947640e0 (patch) | |
| tree | f9a5a3d62e3ad6901c148d84c63cc65dbe007020 /lua/config/indent.lua | |
| parent | 60c29bc03ea739f0c7468d700b4e3c9cf1415ec2 (diff) | |
Fix tab indent chars
Diffstat (limited to 'lua/config/indent.lua')
| -rw-r--r-- | lua/config/indent.lua | 2 |
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" }, |
