Skip to content

Commit

Permalink
feat(telescope): use the new dynamic workspace symbols (#577)
Browse files Browse the repository at this point in the history
`lsp_workspace_symbols` may fail or return nothing when query is empty.
Use the new `lsp_dynamic_workspace_symbols` to dynamically query symbols
in the workspace.

Related: nvim-telescope/telescope.nvim#964
Fixes: #576
  • Loading branch information
aymanbagabas committed Apr 16, 2023
1 parent 7691daa commit 6e01e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/editor.lua
Expand Up @@ -122,7 +122,7 @@ return {
},
{
"<leader>sS",
Util.telescope("lsp_workspace_symbols", {
Util.telescope("lsp_dynamic_workspace_symbols", {
symbols = {
"Class",
"Function",
Expand Down

0 comments on commit 6e01e85

Please sign in to comment.