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