return { { "lukas-reineke/indent-blankline.nvim", init = function() vim.opt.list = true end, opts = { show_current_context = true, char = "┊", buftype_exclude = {"terminal"}, filetype_exclude = {"dashboard", "help", "man"} }, }, }