box drawing character fix
parent
115eb7731f
commit
a6e61f46eb
|
@ -4,7 +4,7 @@ return {
|
|||
enabled = true,
|
||||
config = function()
|
||||
require("ibl").setup({
|
||||
indent = { char = "|" },
|
||||
indent = { char = "│" },
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue