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