
`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: https://github.com/nvim-telescope/telescope.nvim/issues/964 Fixes: https://github.com/LazyVim/LazyVim/issues/576