fork-lua-dev.nvim/types/lsp.3.lua

9 lines
233 B
Lua

--# selene: allow(unused_variable)
---@diagnostic disable: unused-local
-- Lists all symbols in the current workspace in the quickfix
-- window.
--- @param query any #(string, optional)
function vim.lsp.workspace_symbol(query) end