10 lines
166 B
Lua
10 lines
166 B
Lua
-- English comments only.
|
|
|
|
local ok, ibl = pcall(require, "ibl")
|
|
if not ok then return end
|
|
|
|
ibl.setup({
|
|
indent = { char = "▏" },
|
|
scope = { enabled = true },
|
|
})
|