mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
fix: update lua types for commands
This commit is contained in:
committed by
Lewis Russell
parent
903335a6d5
commit
fa8e4e65ca
@@ -120,13 +120,14 @@ error('Cannot require a meta file')
|
||||
--- @field bar boolean
|
||||
--- @field register boolean
|
||||
--- @field keepscript boolean
|
||||
--- @field preview boolean
|
||||
--- @field preview? function
|
||||
--- @field nargs string
|
||||
--- @field complete? string
|
||||
--- @field complete? string|function
|
||||
--- @field complete_arg? string
|
||||
--- @field count? string
|
||||
--- @field range? string
|
||||
--- @field addr? string
|
||||
--- @field callback? function
|
||||
|
||||
--- @class vim.api.keyset.hl_info.base
|
||||
--- @field reverse? true
|
||||
|
||||
Reference in New Issue
Block a user