Skip to content

Commit

Permalink
fix: Add nowait option to keymap (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike325 committed May 15, 2021
1 parent a2f2b92 commit 4375f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/view.lua
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ function View:setup(opts)
vim.api.nvim_buf_set_keymap(self.buf, "n", key, [[<cmd>lua require("trouble").action("]] .. action .. [[")<cr>]], {
silent = true,
noremap = true,
nowait = true,
})
end
end
Expand Down

0 comments on commit 4375f1f

Please sign in to comment.