mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local M = {}
|
||||
local health = vim.health
|
||||
|
||||
local deprecated = {} ---@type {[1]: string, [2]: table, [3]: string}[]
|
||||
local deprecated = {} ---@type [string, table, string][]
|
||||
|
||||
function M.check()
|
||||
if next(deprecated) == nil then
|
||||
|
||||
Reference in New Issue
Block a user