Releases: brianhuster/autosave.nvim
Releases · brianhuster/autosave.nvim
v0.4.2
New features :
New configuration options :
`g:autosave_disable_inside_paths` or `opts.disable_inside_paths` : A list of paths inside which autosave should be disabled. In Neovim, it is recommended to set this to [stdpath('config')] to disable autosave for files inside your Neovim configuration directory, so that Neovim doesn't reload whenever you type inside your configuration files.
0.3.1
New features
Add checkhealth for Neovim users
v0.2.0
New features
Add support for Vim 8.2 compiled with Lua support (:echo has("lua") returns 1).
Add configuration options `g:autosave_enabled`