feat(autocmds): add checkhealth filetype to close_with_q list

This commit is contained in:
Shashank Tomar 2023-04-01 00:03:09 +11:00
parent 7ce1b1519a
commit 85c31f5731

View file

@ -51,6 +51,7 @@ vim.api.nvim_create_autocmd("FileType", {
"spectre_panel",
"startuptime",
"tsplayground",
"checkhealth",
},
callback = function(event)
vim.bo[event.buf].buflisted = false