Skip to content

v0.4.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 17:08
· 32 commits to main since this release

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.