return { "lukas-reineke/indent-blankline.nvim", lazy = true, event = { "BufReadPre", "BufNewFile" }, main = "ibl", opts = {}, config = function() local indent = require("ibl").setup({ -- disable scope highlighting as it requires some tuning scope = { enabled = false }, indent = { char = "│", }, }) end, }