Skip to content

How is this different from aniseed? #25

Answered by Olical
glyh asked this question in Q&A
Discussion options

You must be logged in to vote

So I think this answer sort of answers things #1 (reply in thread)

But the highlights are:

  • No special syntax, just normal Fennel that doesn't need nfnl, it just helps you compile it.
  • Only loads when you're modifying a Fennel file that has a .nfnl.fnl config file nearby, will never load otherwise.
  • Compiles at file modification time meaning there's NO startup checking etc to see if things need to compile.
  • Works on non-Neovim related things, since it's really a Fennel compiler hooked into Neovim but nothing more you can use it to work on non-Neovim Fennel projects.
  • Works in your home dir in the same way as a plugin in the same way as a LOVE game, they're all the same now. It leans on native…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Olical
Comment options

Answer selected by glyh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants