aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/plugin/trouble.lua
blob: cf1256a306c1e22fe4e7837f41037c15993a6842 (plain) (blame)
1
2
3
vim.keymap.set("n", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>",
  {silent = true, noremap = true}
)