mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-30 15:44:50 +02:00
feat(autocmds): add checkhealth filetype to close_with_q list (#512)
This commit is contained in:
parent
6e01e8560e
commit
1defd5f670
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
"spectre_panel",
|
||||
"startuptime",
|
||||
"tsplayground",
|
||||
"checkhealth",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue