readme update

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-07 09:37:45 -05:00
parent 2d9f9ae869
commit 9ca3c33cd2

View file

@ -1,4 +1,3 @@
# Neovim config # Neovim config
Backup existing config: Backup existing config:
@ -19,11 +18,8 @@ rm -rf ~/.local/state/nvim
``` ```
git clone https://github.com/RingOfStorms/nvim ~/.config/nvim git clone https://github.com/RingOfStorms/nvim ~/.config/nvim
nvim --headless "+Lazy! sync" +qa nvim --headless "+Lazy! sync" +qa
hyperfine "nvim --headless +qa"
``` ```
## Useful links ## Useful links
- [Lazy Events](https://github.com/folke/lazy.nvim#-user-events) - [Lazy Events](https://github.com/folke/lazy.nvim#-user-events)