Files
neovim/runtime/lua/vim
Evgeni Chasnovski c9965491d0 feat(pack): allow running update() without Internet connection
Problem: There is now way to run `update()` without Internet connection
  while there are some workflows that do not require it. Like "switch
  plugin version" and "revert latest update".

Solution: Add `opts.offline` to `update()`. This also allows now to
  treat `vim.pack.update(nil, { offline = true })` as a way to
  interactively explore currently installed plugins.
2025-12-26 20:05:12 +02:00
..
2025-08-17 11:54:53 +08:00
2025-10-12 12:16:14 +08:00
2025-06-06 15:36:48 +01:00
2025-12-16 13:46:04 -05:00
2025-09-16 11:41:36 +08:00
2025-12-15 13:55:15 -05:00
2025-09-16 11:41:36 +08:00
2025-11-22 19:32:45 -05:00