auto-save.nvim
auto-save.nvim copied to clipboard
Support `:noautocmd write`
https://github.com/pocco81/auto-save.nvim/blob/979b6c82f60cfa80f4cf437d77446d0ded0addf0/lua/auto-save/init.lua#L75-L81
It would be great if there could be an option to either:
- Support a
:noautocmdmode, so we can disable autocommands on auto-saves (e.g., disable formatting when this plugin saves) - Support specifying the write commands and default to the
wallandwritecommands that are already here.
It looks like this is supported by this fork: https://github.com/okuuva/auto-save.nvim
Good find! It indeed it supported by the fork.