소스 검색

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 3 년 전
부모
커밋
c11fa143c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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",