nvim_runtime_lua

vim.pack.keyset.update

@inlinedoc

Fields3

update.force : nil | boolean

Whether to skip confirmation and make updates immediately. Default false.

update.offline : nil | 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. For reverting or performing controlled update.
update.target : nil | string