feat(telescope): add <leader>sS for :Telescope lsp_workspace_symbols (#309)

This commit is contained in:
Marie
2023-02-20 08:21:39 +01:00
committed by GitHub
parent 90c58352dd
commit cccdc1cacf

View File

@ -112,6 +112,24 @@ return {
}),
desc = "Goto Symbol",
},
{
"<leader>sS",
Util.telescope("lsp_workspace_symbols", {
symbols = {
"Class",
"Function",
"Method",
"Constructor",
"Interface",
"Module",
"Struct",
"Trait",
"Field",
"Property",
},
}),
desc = "Goto Symbol (Workspace)",
},
},
opts = {
defaults = {