return { { "lukas-reineke/indent-blankline.nvim", event = { "BufReadPre", "BufNewFile" }, config = function() vim.g.indent_blankline_filetype_exclude = { "alpha", "fugitive", "help", "lazy", "dashboard", "NeogitCommitView", "NeogitConsole", "NeogitStatus", "NvimTree", "TelescopePrompt", } end, }, }