feat(autocmds): add checkhealth filetype to close_with_q list (#512)

This commit is contained in:
Shashank Tomar 2023-04-16 18:39:12 +10:00 committed by GitHub
parent 6e01e8560e
commit 1defd5f670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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