diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-14 09:10:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-14 09:10:26 +0100 |
commit | 0721b537a8aa3be8b70c183b25951494df9dcd0e (patch) | |
tree | eff07bbc31aeefbb9d2e441bb5ca8b5a5a527ffb /nvim/after/plugin/trouble.lua | |
parent | 10a89dfbc6bc57ce12c8cf90f1b38a34b728b369 (diff) |
Installs nvim config base-idea
Diffstat (limited to 'nvim/after/plugin/trouble.lua')
-rw-r--r-- | nvim/after/plugin/trouble.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/after/plugin/trouble.lua b/nvim/after/plugin/trouble.lua deleted file mode 100644 index cf1256a..0000000 --- a/nvim/after/plugin/trouble.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.keymap.set("n", "<leader>xq", "<cmd>TroubleToggle quickfix<cr>", - {silent = true, noremap = true} -) |