mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 07:34:32 +02:00
[WHICH-KEY] Add SymbolsOutline mapping. (#599)
This commit is contained in:
parent
8e1ae72fa7
commit
61fb01ec8e
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ local mappings = {
|
|||
r = {"<cmd>Lspsaga rename<cr>", "Rename"},
|
||||
t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"},
|
||||
x = {"<cmd>cclose<cr>", "Close Quickfix"},
|
||||
s = {"<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols"},
|
||||
s = {O.plugin.symbol_outline.active and "<cmd>SymbolsOutline<cr>" or
|
||||
"<cmd> Telescope lsp_document_symbols<cr>", "Document Symbols"},
|
||||
S = {
|
||||
"<cmd>Telescope lsp_dynamic_workspace_symbols<cr>",
|
||||
"Workspace Symbols"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue