feat: added dbout to close-with-q

This commit is contained in:
Folke Lemaitre 2024-06-06 22:17:11 +02:00
parent c37dfa1b08
commit 9904bbb887
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -66,6 +66,7 @@ vim.api.nvim_create_autocmd("FileType", {
"checkhealth",
"neotest-summary",
"neotest-output-panel",
"dbout",
},
callback = function(event)
vim.bo[event.buf].buflisted = false