vim.lsp.inline_completion.select.Opts
@inlinedoc
Fields3
Opts.bufnr : nil | integer
(default: current buffer)
Opts.count : nil | integer
The number of candidates to move by. A positive integer moves forward by {count} candidates, while a negative integer moves backward by {count} candidates. (default: v:count1)
Opts.wrap : nil | boolean
Whether to loop around file or not. Similar to 'wrapscan'. (default: true)