Files
neovim/test/functional/plugin
Evgeni Chasnovski 8f379be261 feat(pack): update get() to be able to fetch data from plugin source
Problem: There is currently no convenient way to programmatically check
  for new updates from plugin source. Running `vim.pack.update()` is one
  approach, but it opens a confirmation buffer that requires a manual
  action to close.

Solution: Add `opts.offline` to `vim.pack.get()` that will first fetch
  new updates from plugin source before computing the output.
2026-05-17 18:17:13 +03:00
..
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00
2026-04-22 18:25:07 -04:00