diff options
| author | christianchiarulli <[email protected]> | 2021-08-05 12:26:29 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-08-05 12:26:29 -0400 | 
| commit | 00d4ebc1657f4121e9f3d03f1b2c26fdd29a4247 (patch) | |
| tree | 309fe389ba6d6ea41ebc108e4f5c2721dd51d839 /lua | |
| parent | 358d8b0da4af3a02d6ab49d03fcef80113517b34 (diff) | |
<leader>lq opens quickfix
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/core/which-key.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index eab9266a..6e0cbd8e 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -158,7 +158,7 @@ M.config = function()            t = { "<cmd>lua require('lsp.peek').Peek('typeDefinition')<cr>", "Type Definition" },            i = { "<cmd>lua require('lsp.peek').Peek('implementation')<cr>", "Implementation" },          }, -        q = { "<cmd>Telescope quickfix<cr>", "Quickfix" }, +        q = { "<cmd>lua vim.lsp.diagnostic.set_loclist()<cr>", "Quickfix" },          r = { "<cmd>lua vim.lsp.buf.rename()<cr>", "Rename" },          s = { "<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols" },          S = { | 
