diff --git a/lua/astrocommunity/indent/mini-indentscope/init.lua b/lua/astrocommunity/indent/mini-indentscope/init.lua index 1674a37e4..9da71df55 100644 --- a/lua/astrocommunity/indent/mini-indentscope/init.lua +++ b/lua/astrocommunity/indent/mini-indentscope/init.lua @@ -6,20 +6,22 @@ return { init = function() vim.api.nvim_create_autocmd("FileType", { pattern = { + "Trouble", "aerial", "alpha", + "checkhealth", "dashboard", "fzf", "help", - "neo-tree", "lazy", "lspinfo", + "man", "mason", + "neo-tree", "notify", "null-ls-info", "starter", "toggleterm", - "Trouble", "undotree", }, callback = function() vim.b.miniindentscope_disable = true end,