Olical / aniseed

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

Add an option for Aniseed to automatially share / export it's copy of fennel #67

Closed Olical closed 2 years ago

Olical commented 3 years ago

Some 3rd party modules assume they can (require :fennel) which won't work most of the time with Aniseed since it hides it's copy away under aniseed.deps.fennel to avoid conflicts with other tools. An option that makes Aniseed expose this by default could be very helpful for people who want to use modules that depend on Aniseed.

Althouuuugh they could also just do (tset package.loaded :fennel (require :aniseed.deps.fennel))... 🤔 is this worth it?

Olical commented 2 years ago

I'm just going to point people towards my latter suggestion if they need it, gives people muuuuch more flexibility than a boolean option.