mirror of
https://github.com/folke/persistence.nvim.git
synced 2025-06-30 04:24:41 +02:00
* feat(persistence): `pre_save` option to call before saving This commit adds the `pre_save` option, which is a `fun()|nil` that will be called (if present) before saving the current session. Use cases include filtering buffers, executing `User` autocmds, etc. * docs: `pre_save` option |
||
---|---|---|
.. | ||
config.lua | ||
init.lua |