savior.nvim

Customizable, event-based auto saving for Neovim

MIT License

Stars
22

Bot releases are visible (Hide)

savior.nvim - v1.0.0 Latest Release

Published by github-actions[bot] 10 months ago

1.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • remove disable format option

Features

  • add builtin condition functions (fbbb44d)
  • it works (f78a162)
  • progress: use fidget.nvim for notifications (4ef3216)

Bug Fixes

  • cancelling deferred saves, timing (a205a0c)
  • compat: remove usage of vim.iter (cdb914a)
  • compat: support nvim 0.9 versions using vim.loop (3ab5c5e)
  • use noautocmd (2510b41)
  • use progress.handle module of fidget (afe2104)

Code Refactoring

  • remove disable format option (5b5be77)