docs: update version to 1.1.0#80
Conversation
Toogle function with snacks.nvim not working in Lazy.vim if version 1.0.0 is installed
|
Hey, thanks for the contribution but I don’t think this is a necessary change. The README is using that version range specifically so that we don’t have to bump it for every release. Not that there’s been many releases lately or at all, but still. |
|
He has a point, tho. I'll add a new tag for the toggle function. It won't be available otherwise. |
|
Hey, thanks for the explanation and for adding the tag! My bad, I definitely had a 'brain fart' there. I was testing it with the line commented out and somehow convinced myself the version change was what fixed it: return {
"okuuva/auto-save.nvim",
-- version = "^1.1.0",
branch = "main",
...
}I was mainly trying to get the auto-toggle working and noticed the |
Ah, sorry! I didn’t realize it wasn’t released in a tagged version. My bad!
Thanks! 🙏🏼 |
Toogle function with snacks.nvim not working in lazy.nvim if version 1.0.0 is installed