nvim/README.md
RingOfStorms (Joshua Bell) 43df590ba2 not sure yet, nix flake...
2024-04-03 16:09:01 -05:00

18 lines
290 B
Markdown

# NVIM config
## Running
### With Nix (Recommended)
### On any system
Enture all prequisites are installed:
- neovim
-
Install neovim config (backup old version first if present):
```
git clone https://github.com/RingOfStorms/nvim ~/.config/nvim
nvim --headless "+Lazy! sync" +qa
```