Change Workspace Symbol binding to Telescope DynamicFinder (#462)

This commit is contained in:
Fabrizio Sestito 2021-06-18 22:11:30 +02:00 committed by GitHub
parent 149da6b603
commit 3eee6dc3fd
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

@ -126,7 +126,7 @@ local mappings = {
t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"}, t = {"<cmd>LspTypeDefinition<cr>", "Type Definition"},
x = {"<cmd>cclose<cr>", "Close Quickfix"}, x = {"<cmd>cclose<cr>", "Close Quickfix"},
s = {"<cmd>Telescope lsp_document_symbols<cr>", "Document Symbols"}, 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 = { s = {
name = "+Search", name = "+Search",