Replies: 4 comments 3 replies
-
Looking forward to trying this out! I am a big fan and current user of Aniseed, but it was different enough from standard Fennel that made use of other plugins a bit of a chore, as well as generating lots of unnecessary diagnostic messages from the LSP. I'm sure that is part of the reason you created nfnl. I'm glad to see the standard library you included, that will make my config migration a bit easier. After the project is considered relatively stable, adding a migration guide from Aniseed would probably help many users. |
Beta Was this translation helpful? Give feedback.
-
I have switched from Aniseed to nfnl for my neovim config. My usage is very limited - one big file, didn't split into modules. What was not obvious to me is that Conjure ships with vendored Aniseed which means:
What I like is that nfnl has less magic 🧙🏻 compared to Aniseed:
One annoyance with nfnl is that I need to take care of lua files. I went with recommend option to commit them to repo, which make sense. So far I like it, thank you |
Beta Was this translation helpful? Give feedback.
-
Good news, I just tested nfnl with my macros and it works out of the box! I only installed the macros using Lazy and they worked out of the box! (If anyone needs context they can see this issue: Olical/conjure#286, it was happening with both Aniseed and Conjure). Additionally, I am working on MacOS, so you can add to the README that it works on MacOS too! Here is my current demo configuration: https://github.com/datwaft/nvim-nfnl |
Beta Was this translation helpful? Give feedback.
-
I've been using nfnl config based for a week now and I'm really liking so far, I don't know if is placebo or the lazy.nvim replacing packer.nvim, but it feels faster now. I still don't like the idea of committing my lua files, but I get why you decided to follow this option. |
Beta Was this translation helpful? Give feedback.
-
I hope you like the look of nfnl in these early stages. Please let me know what you think here!
Beta Was this translation helpful? Give feedback.
All reactions