neovim cfg overhaul

This commit is contained in:
turtlebasket
2026-02-19 14:28:34 -08:00
parent 4d34926921
commit 5c5128be85
4 changed files with 209 additions and 134 deletions

13
config/neovim/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Neovim Config
Backup from live config to this folder:
```bash
cp ~/.config/nvim/{init.lua,lazy-lock.json} config/neovim/
```
Restore from this folder to live config:
```bash
cp config/neovim/{init.lua,lazy-lock.json} ~/.config/nvim/
```