Skip to content

Commit

Permalink
fix: nowait for delete variable from watch list
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlfs committed Feb 11, 2025
1 parent 30cc742 commit 1598abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dap-view/options/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ M.set_keymaps = function()

watches_view.show()
end
end, { buffer = state.bufnr })
end, { buffer = state.bufnr, nowait = true })

vim.keymap.set("n", "e", function()
if state.current_section == "watches" then
Expand Down

0 comments on commit 1598abd

Please sign in to comment.