mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-16 23:41:12 +02:00
fix(neotest): added some additional filetypes to close with q
This commit is contained in:
parent
a3ec4c21f7
commit
1288f0d5a5
1 changed files with 3 additions and 1 deletions
|
@ -51,8 +51,10 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||||
"spectre_panel",
|
"spectre_panel",
|
||||||
"startuptime",
|
"startuptime",
|
||||||
"tsplayground",
|
"tsplayground",
|
||||||
"checkhealth",
|
|
||||||
"neotest-output",
|
"neotest-output",
|
||||||
|
"checkhealth",
|
||||||
|
"neotest-summary",
|
||||||
|
"neotest-output-panel",
|
||||||
},
|
},
|
||||||
callback = function(event)
|
callback = function(event)
|
||||||
vim.bo[event.buf].buflisted = false
|
vim.bo[event.buf].buflisted = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue