Close dap-float window with q.

nvim-dap-ui's widget window to preview value of object under the cursor has ftype `dap-float`. Include it so it can be closed quickly like other popup windows.
This commit is contained in:
Phúc H. Lê Khắc 2025-12-19 21:13:56 +07:00 committed by GitHub
parent c64a61734f
commit a05efe3c52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ vim.api.nvim_create_autocmd("FileType", {
pattern = {
"PlenaryTestPopup",
"checkhealth",
"dap-float",
"dbout",
"gitsigns-blame",
"grug-far",