fix(neotest): added some additional filetypes to close with q

This commit is contained in:
Folke Lemaitre 2023-05-27 09:35:49 +02:00
parent a3ec4c21f7
commit 1288f0d5a5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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