Nvchad starter repo completely ported to fennel via nfnl.
To install, simply run
rm -rf ~/.local/share/nvim
git clone https://github.com/nvchad/starter.fnl ~/.config/nvim && nvimRun :MasonInstallAll command after lazy.nvim finishes
downloading plugins.
It is recommended to remove the following files and directories after installation:
.git/
.gitignore
Check out fnl/plugins/init.fnl for plugins to make the lisp
editing experience better.
- nfnl may not trust
.nfnl.fnl, when prompted with the option to trust it, say yes - do not edit any lua files generated by nfnl
- one could use see fennel in order to convert existing lua code to fennel
- fnlchad does not impose a performance lose as it compiles fennel directly to lua after saving any fennel files in this config
- after deleting or renaming files, execute
:NfnlFindOrphans, review and execute:NfnlDeleteOrphansto remove orphans.
Credit to cajus-nfnl for inspiring this project.