Update README.md

This commit is contained in:
M64 2024-05-20 23:52:37 +02:00 committed by GitHub
parent 7506d9fcb8
commit 1f7449d325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -11,11 +11,14 @@ A starting point for Neovim that is:
**NOT** a Neovim distribution, but instead a starting point for your configuration. **NOT** a Neovim distribution, but instead a starting point for your configuration.
## Installation ## Installation
TL;DR
- If you have an existing setup, I recommend a full clean: - If you have an existing setup, I recommend a full clean:
- back it up - back it up
- rm -rf ~/.local/share/nvim - rm -rf ~/.local/share/nvim
- rm -rf ~/.config/nvim - rm -rf ~/.config/nvim
- pull latest neovim sources and build current neovim from source
- clone this repo into ~/.config and rename it to nvim
### Install Neovim ### Install Neovim