diff options
| -rw-r--r-- | README.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -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 | 
