diff options
author | seocamo <[email protected]> | 2021-04-01 09:27:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 03:27:35 -0400 |
commit | 225266e1b3da7c888287ad0da05cf28782a17833 (patch) | |
tree | e54daf2599e03729d0e4277b6159e7c9c35db2d7 | |
parent | a2028eca5b5168c877c49d94ccd26db380cc60aa (diff) |
add Arch neovim installing script (#204)
-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 |