nvim-config/README.md
2024-03-15 23:39:18 -06:00

1.7 KiB

Scheme/Lisp Flavored NeoVim

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

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

Features

Dependencies

To build some of the packages you will need:

  • cmake
  • cargo
  • npm

And some of the packages/hotkeys use:

  • ripgrep
  • fd
  • tig
  • ...

Inside Neovim this is useful:

:checkhealth

See Also