mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat: added dbout to close-with-q
This commit is contained in:
parent
c37dfa1b08
commit
9904bbb887
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue