mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
docs: lsp.CodeActionContext, nested @inlinedoc
- fix https://github.com/neovim/neovim/issues/39208 - fix generation of neste `@inlinedoc` classes
This commit is contained in:
@@ -3,11 +3,12 @@ local M = {}
|
||||
---@class vim.ui.select.Opts
|
||||
---@inlinedoc
|
||||
---
|
||||
--- Text of the prompt. Defaults to `Select one of:`
|
||||
--- Text of the prompt.
|
||||
--- (default: `Select one of:`)
|
||||
---@field prompt? string
|
||||
---
|
||||
--- Function to format an
|
||||
--- individual item from `items`. Defaults to `tostring`.
|
||||
--- Formats an individual item from `items`.
|
||||
--- (default: `tostring`)
|
||||
---@field format_item? fun(item: any):string
|
||||
---
|
||||
--- Function to preview an individual item from `items`.
|
||||
|
||||
Reference in New Issue
Block a user