diff options
author | Fabrizio Sestito <[email protected]> | 2021-06-18 22:11:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-18 16:11:30 -0400 |
commit | 3eee6dc3fd5e90a7f88f5fbc1a09cdce1691ea1d (patch) | |
tree | 4fa90fbf0e40332c3f614d565fe7b31647e9538e /lua | |
parent | 149da6b603d5eb6867352140eae913e090038c2b (diff) |
Change Workspace Symbol binding to Telescope DynamicFinder (#462)
Diffstat (limited to 'lua')
-rw-r--r-- | lua/lv-which-key/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua index d51ba6a5..e5de653d 100644 --- a/lua/lv-which-key/init.lua +++ b/lua/lv-which-key/init.lua @@ -126,7 +126,7 @@ local mappings = { t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"}, x = {"<cmd>cclose<cr>", "Close Quickfix"}, s = {"<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols"}, - S = {"<cmd>Telescope lsp_workspace_symbols<cr>", "Workspace Symbols"} + S = {"<cmd>Telescope lsp_dynamic_workspace_symbols<cr>", "Workspace Symbols"} }, s = { name = "+Search", |