mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(docs): update context type in vim.lsp.LocationOpts.OnList
This commit is contained in:
committed by
Mathias Fußenegger
parent
a49f95d887
commit
efe92f9dff
@@ -264,7 +264,7 @@ end
|
||||
--- @class vim.lsp.LocationOpts.OnList
|
||||
--- @field items table[] Structured like |setqflist-what|
|
||||
--- @field title? string Title for the list.
|
||||
--- @field context? table `ctx` from |lsp-handler|
|
||||
--- @field context? { bufnr: integer, method: string } Subset of `ctx` from |lsp-handler|.
|
||||
|
||||
--- @class vim.lsp.LocationOpts: vim.lsp.ListOpts
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user