mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 15:55:36 +00:00
docs(lsp): fix type annotations in response_to_list(...)
This commit is contained in:
@@ -273,7 +273,7 @@ end
|
||||
---
|
||||
--- loclist: (boolean) use the location list (default is to use the quickfix list)
|
||||
---
|
||||
---@param map_result function `((resp, bufnr) -> list)` to convert the response
|
||||
---@param map_result fun(resp, bufnr: integer): table to convert the response
|
||||
---@param entity string name of the resource used in a `not found` error message
|
||||
---@param title_fn fun(ctx: lsp.HandlerContext): string Function to call to generate list title
|
||||
---@return lsp.Handler
|
||||
|
||||
Reference in New Issue
Block a user