From 1288f0d5a5cc5f5279678cc3c3d99abe20a1e052 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 27 May 2023 09:35:49 +0200 Subject: [PATCH] fix(neotest): added some additional filetypes to close with q --- lua/lazyvim/config/autocmds.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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