-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config not working? #76
Comments
Yes, this plugin doesn't read the configs correctly. It also does already incorporate the |
Thanks, I ended up just doing it manually:
|
メンテされていないようなので変更した。オプションがうまく読み込まれていなかったが読み込まれるようになった。 pocco81/auto-save.nvim#76 (comment)
Apparently, this plugin is no longer maintained. The author should at least signal that's it's now archived. @superDuperCyberTechno api.nvim_create_autocmd( "FocusLost" , { command = "silent bufdo update" }) |
I've tried multiple things so far, the config does not seem to be read.
Here's what I have in my init.lua:
It ignores both clauses (not only is it enabled, it also saves when exiting insert mode).
The text was updated successfully, but these errors were encountered: