mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 19:44:26 -08:00
neovim cfg overhaul
This commit is contained in:
13
config/neovim/README.md
Normal file
13
config/neovim/README.md
Normal 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/
|
||||
```
|
||||
Reference in New Issue
Block a user