Skip to content

Releases: brianhuster/autosave.nvim

v0.4.2

20 Nov 17:08
Compare
Choose a tag to compare

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

07 Nov 11:21
Compare
Choose a tag to compare

New features

Add checkhealth for Neovim users

v0.2.0

04 Nov 18:07
Compare
Choose a tag to compare

New features

Add support for Vim 8.2 compiled with Lua support (:echo has("lua") returns 1).

Add configuration options `g:autosave_enabled`