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.
This commit is contained in:
Elazar Leibovich 2022-03-24 16:41:38 +02:00 committed by GitHub
parent 3c152cb1cf
commit c11fa143c8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",