diff options
author | Steven Le Rouzic <slerouzic@siradel.com> | 2023-11-22 10:33:44 +0100 |
---|---|---|
committer | Steven Le Rouzic <slerouzic@siradel.com> | 2023-11-22 10:33:44 +0100 |
commit | 84fafc295181180a2060cc79bf0a6383ac42f4a6 (patch) | |
tree | 2382bd5ab48b59e1fee511cca323585b27e49033 /lua/config.lua | |
parent | 7535ab150df4c8561fc7e798553d1544971ced19 (diff) |
fix ibl colors
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config.lua b/lua/config.lua index bfa21c7..03062cb 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -37,7 +37,7 @@ require("ibl").setup { enabled = false, }, indent = { - char = "|", + char = "│", }, } |