not sure yet, nix flake...
This commit is contained in:
parent
633916dd9a
commit
43df590ba2
49 changed files with 132 additions and 2453 deletions
31
README.md
31
README.md
|
@ -1,25 +1,18 @@
|
|||
# Neovim config
|
||||
# NVIM config
|
||||
|
||||
Backup existing config:
|
||||
```
|
||||
DATE=$(date +"%Y%m%d")
|
||||
mv ~/.config/nvim ~/.config/nvim_$DATE.bak
|
||||
mv ~/.local/share/nvim ~/.local/share/nvim_$DATE.bak
|
||||
mv ~/.local/state/nvim ~/.local/state/nvim_$DATE.bak
|
||||
```
|
||||
or remove existing config:
|
||||
```
|
||||
rm -rf ~/.config/nvim
|
||||
rm -rf ~/.local/share/nvim
|
||||
rm -rf ~/.local/state/nvim
|
||||
```
|
||||
## Running
|
||||
|
||||
## Install
|
||||
### 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
|
||||
```
|
||||
|
||||
## Useful links
|
||||
- [Lazy Events](https://github.com/folke/lazy.nvim#-user-events)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue