Lisp flavored configuration via Fennel. Tuned for s-expressions and prose.
Go to file
2023-07-28 16:48:46 -06:00
fnl nowrap by default 2023-07-28 16:48:46 -06:00
.editorconfig cannot load lua_ls?? 2023-07-27 08:41:20 -06:00
.gitignore README 2023-07-28 07:47:43 -06:00
init.lua how to require language servers 2023-07-27 09:20:26 -06:00
lazy-lock.json README 2023-07-28 07:47:43 -06:00
README.md personalize 💅 2023-07-28 08:26:18 -06: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

Inside Neovim this is useful:

:checkhealth

See Also