nvim-config/README.md
secretspecter b267732f5b Markdown tuning
Obsidian does line-oriented Markdown it seems.
So I copied the .gmi configuration over to .md.
I also updated the journal pathing which now has a folder for each year
AND each month.
2024-03-05 08:04:01 -07:00

1.4 KiB

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