Lisp flavored configuration via Fennel. Tuned for s-expressions and prose.
Go to file
2024-03-16 12:40:42 -06:00
fnl newsboat 2024-03-16 02:19:40 -06: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 dialing it in... 2024-03-15 23:39:18 -06:00
README.md Update README 2024-03-16 12:40:42 -06:00

Scheme/Lisp Flavored NeoVim

Configuration via fennel. Tuned for s-expressions and prose.

Features

How

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

Dependencies

Some of the packages/hotkeys use:

  • cmake
  • cargo
  • npm
  • ripgrep
  • fd
  • tig
  • newsboat

Inside Neovim this is useful:

:checkhealth

See Also