mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
Add which-key maps for hover_doc and help_tags search (#527)
This commit is contained in:
parent
5f4bb74b94
commit
081ad9d67c
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ local mappings = {
|
|||
d = {"<cmd>Telescope lsp_document_diagnostics<cr>", "Document Diagnostics"},
|
||||
D = {"<cmd>Telescope lsp_workspace_diagnostics<cr>", "Workspace Diagnostics"},
|
||||
f = {"<cmd>LspFormatting<cr>", "Format"},
|
||||
h = {"<cmd>Lspsaga hover_doc<cr>", "Hover Doc"},
|
||||
i = {"<cmd>LspInfo<cr>", "Info"},
|
||||
l = {"<cmd>Lspsaga lsp_finder<cr>", "LSP Finder"},
|
||||
L = {"<cmd>Lspsaga show_line_diagnostics<cr>", "Line Diagnostics"},
|
||||
|
@ -162,6 +163,7 @@ local mappings = {
|
|||
d = {"<cmd>Telescope lsp_document_diagnostics<cr>", "Document Diagnostics"},
|
||||
D = {"<cmd>Telescope lsp_workspace_diagnostics<cr>", "Workspace Diagnostics"},
|
||||
f = {"<cmd>Telescope find_files<cr>", "Find File"},
|
||||
h = {"<cmd>Telescope help_tags<cr>", "Find Help"},
|
||||
m = {"<cmd>Telescope marks<cr>", "Marks"},
|
||||
M = {"<cmd>Telescope man_pages<cr>", "Man Pages"},
|
||||
r = {"<cmd>Telescope oldfiles<cr>", "Open Recent File"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue