mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
docs: api, messages, lsp, trust
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
This commit is contained in:
@@ -1204,9 +1204,8 @@ end
|
||||
--- @field offline? boolean Whether to skip downloading new updates. Default: `false`.
|
||||
---
|
||||
--- How to compute a new plugin revision. One of:
|
||||
--- - "version" (default) - use latest revision matching `version` from plugin specification.
|
||||
--- - "lockfile" - use revision from the lockfile. Useful for reverting or performing controlled
|
||||
--- update.
|
||||
--- - "version" (default): use latest revision matching `version` from plugin specification.
|
||||
--- - "lockfile": use revision from the lockfile. For reverting or performing controlled update.
|
||||
--- @field target? string
|
||||
|
||||
--- Update plugins
|
||||
|
||||
Reference in New Issue
Block a user