Releases: Olical/nvim-local-fennel
Updating Aniseed
v2.10.0 Bump version to v2.10.0
Updating Aniseed, using autoload
So now we have Fennel 0.9.1 and Aniseed's new autoload function which is a drop in replacement for Lua's require. It delays the require until the time that you look something up in the required module table. Hopefully helps with load times in some cases.
Update Aniseed to v3.16.0
Just updating Aniseed and Fennel, enjoy!
Update Aniseed to v3.15.0
Just updating Aniseed and recompiling with it 🙂
Update Fennel+Aniseed
Yay! Updated compiler things! Enjoy!
Update Aniseed to v3.12.0
Does what it says on the tin 😄
Update Aniseed to v3.11.0
Thanks @BerkeleyTrue! (#1) This brings bunch of fixes around macro requires and Neovim 0.5 support. Enjoy! 😄
Update Anised to v3.3.0
Updated Aniseed which removes a bunch of interactive stuff since Conjre is now the way to evaluate Fennel with Aniseed. Aniseed also has full docs now!
Aniseed updated to v3.0.0
Now you get access to Aniseed v3.0.0 which is a big jump in usability and evaluation. Go check out Aniseed for more info.
You get full interactive evaluation of any form in the buffer now!
Aniseed update and prevent version conflicts
Aniseed was bumped to v2.1.0 (hah, same version still!) and I've performed some sed magic to ensure that nvim-local-fennel's Aniseed copy can live alongside any other version of Aniseed on your path without conflicting. Hooray!