Lisp flavored configuration via Fennel. Tuned for s-expressions and prose.
Go to file
secretspecter 682bdbb680 Add new leader command gs for tig
Of course you have to have tig installed.

Inside tig you can manage common git tasks like staging and commiting
2024-03-09 11:15:57 -07:00
fnl Add new leader command gs for tig 2024-03-09 11:15:57 -07:00
ftdetect most notably vim-sexp works with fennel and racket now! 2024-03-06 15:47:10 -07:00
.editorconfig most notably vim-sexp works with fennel and racket now! 2024-03-06 15:47:10 -07:00
.gitignore seems to work again... 2024-01-03 15:00:35 -07:00
init.lua most notably vim-sexp works with fennel and racket now! 2024-03-06 15:47:10 -07:00
lazy-lock.json locked in. lets cook! 2024-03-06 16:19:13 -07:00
README.md Markdown tuning 2024-03-05 08:04:01 -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:

  • ctags
  • cmake
  • cargo
  • npm

ripgrep is expected for grep.

Inside Neovim this is useful:

:checkhealth

See Also