mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(dap): add dap views to close_with_q
This commit is contained in:
parent
cb40a09538
commit
5384771642
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
"neotest-output-panel",
|
||||
"dbout",
|
||||
"gitsigns-blame",
|
||||
"dap-*",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue