Lisp flavored configuration via Fennel. Tuned for s-expressions and prose.
Go to file
secretspecter 1f1a2797d2 RIP tut
2024-01-06 11:39:05 -07:00
fnl RIP tut 2024-01-06 11:39:05 -07:00
ftdetect visuall linebreak gemini files 2023-08-03 08:17:30 -06:00
.editorconfig cannot load lua_ls?? 2023-07-27 08:41:20 -06:00
.gitignore seems to work again... 2024-01-03 15:00:35 -07:00
init.lua seems to work again... 2024-01-03 15:00:35 -07:00
lazy-lock.json yuh 2024-01-04 18:29:00 -07:00
README.md yuh 2024-01-04 18:29:00 -07:00

NeoVS (aka NeoMacs)

It behaves like VSCodium but it's configured with a LISP.

How

  • hotpot is downloaded if not found via init.lua (to the lazy packages folder so it can be managed from there later)
  • fnl/init.fnl is required from init.lua fnl/init.fnl wires up
  • lazy.nvim for package management

Features

Dependencies

To build some of the packages you will need:

  • cmake
  • cargo
  • npm

Inside Neovim this is useful:

:checkhealth

See Also