No description
Find a file
RingOfStorms (Joshua Bell) 2dd66af692 auto import plugin configs
2024-04-30 11:58:33 -05:00
lua wip 2024-04-30 11:02:30 -05:00
flake.lock wip 2024-04-07 12:57:42 -05:00
flake.nix remove ~ dir... yes I did accidentally delete my real home directory when I tried this the first time... that was fun 2024-04-30 11:50:09 -05:00
init.lua auto import plugin configs 2024-04-30 11:58:33 -05:00
README.md wip 2024-04-30 11:02:30 -05:00
test.nix wip 2024-04-30 11:02:30 -05:00

NVIM config

Running

nix run "."

On any system

Enture all prequisites are installed:

  • neovim
  • Evertying listed in flake.nix runtime dependencies variable near the top of the file
    • These must be available on the path
    • Treesitter/Lazy/Mason will install all other requirements needed on other systems

Install neovim config (backup old version first if present):

git clone https://github.com/RingOfStorms/nvim ~/.config/nvim
nvim --headless "+Lazy! sync" +qa

NOTES/TODOS