auto-save.nvim icon indicating copy to clipboard operation
auto-save.nvim copied to clipboard

Support `:noautocmd write`

Open knpwrs opened this issue 1 year ago • 2 comments

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:

  1. Support a :noautocmd mode, so we can disable autocommands on auto-saves (e.g., disable formatting when this plugin saves)
  2. Support specifying the write commands and default to the wall and write commands that are already here.

knpwrs avatar May 23 '24 02:05 knpwrs

It looks like this is supported by this fork: https://github.com/okuuva/auto-save.nvim

knpwrs avatar May 23 '24 02:05 knpwrs

Good find! It indeed it supported by the fork.

primeapple avatar May 27 '24 18:05 primeapple