aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/after/plugin/trouble.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/after/plugin/trouble.lua')
-rw-r--r--nvim/after/plugin/trouble.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/plugin/trouble.lua b/nvim/after/plugin/trouble.lua
new file mode 100644
index 0000000..cf1256a
--- /dev/null
+++ b/nvim/after/plugin/trouble.lua
@@ -0,0 +1,3 @@
+vim.keymap.set("n", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>",
+ {silent = true, noremap = true}
+)