mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 19:44:26 -08:00
14 lines
243 B
Markdown
14 lines
243 B
Markdown
# 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/
|
|
```
|