From ca71272fed9385dc5e5b827da8d5c600c0d525ff Mon Sep 17 00:00:00 2001 From: Barry Moore Date: Fri, 27 Jan 2023 16:03:55 -0500 Subject: [PATCH] Add anti-fennel resource --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1bf35fb..2e19eb1a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ vim -s ":PackerInstall" # bootstrap packer vim -s ":PackerInstall" # install plugins ``` +### Useful + +If you ever get stuck converting Lua to Fennel, check out [antifennel][antifennel]. + ### TODO: - [ ] Finish converting `init.lua` to Fennel @@ -112,3 +116,4 @@ Each PR, especially those which increase the line count, should have a descripti [fennel]: https://fennel-lang.org [aniseed]: https://github.com/Olical/aniseed [kickstart]: https://github.com/nvim-lua/kickstart.nvim +[antifennel]: https://fennel-lang.org/see