feat(dap): add dap views to close_with_q

This commit is contained in:
kezhenxu94 2024-10-26 12:16:38 +08:00 committed by GitHub
parent cb40a09538
commit 5384771642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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