mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 09:05:00 +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",
|
||||
"startuptime",
|
||||
"tsplayground",
|
||||
"checkhealth",
|
||||
"neotest-output",
|
||||
"checkhealth",
|
||||
"neotest-summary",
|
||||
"neotest-output-panel",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue