mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 03:47:20 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -26,13 +26,13 @@ error('Cannot require a meta file')
|
||||
--- @field url? boolean
|
||||
--- @field hl_mode? string
|
||||
---
|
||||
--- @field virt_text? {[1]: string, [2]: string}[]
|
||||
--- @field virt_text? [string, string][]
|
||||
--- @field virt_text_hide? boolean
|
||||
--- @field virt_text_repeat_linebreak? boolean
|
||||
--- @field virt_text_win_col? integer
|
||||
--- @field virt_text_pos? string
|
||||
---
|
||||
--- @field virt_lines? {[1]: string, [2]: string}[][]
|
||||
--- @field virt_lines? [string, string][][]
|
||||
--- @field virt_lines_above? boolean
|
||||
--- @field virt_lines_leftcol? boolean
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user