Explorar o código

chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)

Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list.

It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
Elazar Leibovich %!s(int64=3) %!d(string=hai) anos
pai
achega
c11fa143c8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/lvim/core/which-key.lua

+ 1 - 0
lua/lvim/core/which-key.lua

@@ -168,6 +168,7 @@ M.config = function()
           "<cmd>Telescope lsp_dynamic_workspace_symbols<cr>",
           "Workspace Symbols",
         },
+        e = { "<cmd>Telescope quickfix<cr>", "Telescope Quickfix" },
       },
       L = {
         name = "+LunarVim",