mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -443,7 +443,7 @@ describe('vim.lsp.completion: protocol', function()
|
||||
end)
|
||||
end
|
||||
|
||||
--- @param pos { [1]: integer, [2]: integer }
|
||||
--- @param pos [integer, integer]
|
||||
local function trigger_at_pos(pos)
|
||||
exec_lua(
|
||||
[[
|
||||
|
||||
Reference in New Issue
Block a user