mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: fix lua type warnings (#28633)
This commit is contained in:
committed by
GitHub
parent
e948d7feba
commit
efb44e0cad
@ -327,7 +327,7 @@ function M.get_captures_at_cursor(winnr)
|
||||
end
|
||||
|
||||
--- Optional keyword arguments:
|
||||
--- @class vim.treesitter.get_node.Opts
|
||||
--- @class vim.treesitter.get_node.Opts : vim.treesitter.LanguageTree.tree_for_range.Opts
|
||||
--- @inlinedoc
|
||||
---
|
||||
--- Buffer number (nil or 0 for current buffer)
|
||||
|
Reference in New Issue
Block a user