Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
606 stars 28 forks source link

Don't require aniseed.autoload if it's not used #44

Closed Olical closed 3 years ago

Olical commented 3 years ago

Some people will use Aniseed at compile time only, so we can't rely on aniseed.autoload in the macros module, only load it if it's required. This could be easier to fix in one grand sweep by rewriting the module macros in terms of a compiler plugin.