mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
c64a61734f
commit
a05efe3c52
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
pattern = {
|
||||
"PlenaryTestPopup",
|
||||
"checkhealth",
|
||||
"dap-float",
|
||||
"dbout",
|
||||
"gitsigns-blame",
|
||||
"grug-far",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue