return { "lukas-reineke/indent-blankline.nvim", main = "ibl", config = function() -- require("ibl").setup({ -- debounce = 100, -- indent = { -- char = "▏", -- tab_char = "▏", -- highlight = { "IblIndent" }, -- }, -- scope = { -- enabled = true, -- show_start = false, -- show_end = false, -- highlight = { "IblScope" }, -- }, -- }) end, }