diff --git a/lua/lazyvim/config/autocmds.lua b/lua/lazyvim/config/autocmds.lua index 9f67206d..ecbd18a3 100644 --- a/lua/lazyvim/config/autocmds.lua +++ b/lua/lazyvim/config/autocmds.lua @@ -51,8 +51,10 @@ vim.api.nvim_create_autocmd("FileType", { "spectre_panel", "startuptime", "tsplayground", - "checkhealth", "neotest-output", + "checkhealth", + "neotest-summary", + "neotest-output-panel", }, callback = function(event) vim.bo[event.buf].buflisted = false