add Arch neovim installing script (#204)

This commit is contained in:
seocamo 2021-04-01 09:27:35 +02:00 committed by GitHub
parent a2028eca5b
commit 225266e1b3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,10 @@ sudo make CMAKE_BUILD_TYPE=Release install
cd ~
sudo rm -r neovim
```
or if you are on Arch you can get it from the AUR
```bash
yay -S neovim-nightly-git
```
## VSCode support