fix: err msg
This commit is contained in:
@@ -147,7 +147,7 @@ builtin.lsp_workspace_symbols = function(opts)
|
|||||||
local results_lsp = vim.lsp.buf_request_sync(0, "workspace/symbol", params, 1000)
|
local results_lsp = vim.lsp.buf_request_sync(0, "workspace/symbol", params, 1000)
|
||||||
|
|
||||||
if not results_lsp or vim.tbl_isempty(results_lsp) then
|
if not results_lsp or vim.tbl_isempty(results_lsp) then
|
||||||
print("No results from textDocument/documentSymbol")
|
print("No results from workspace/symbol")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user