summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseocamo <[email protected]>2021-04-01 09:27:35 +0200
committerGitHub <[email protected]>2021-04-01 03:27:35 -0400
commit225266e1b3da7c888287ad0da05cf28782a17833 (patch)
treee54daf2599e03729d0e4277b6159e7c9c35db2d7
parenta2028eca5b5168c877c49d94ccd26db380cc60aa (diff)
add Arch neovim installing script (#204)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b89d100..8378cdf2 100644
--- a/README.md
+++ b/README.md
@@ -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