diff options
author | Daniel Power <[email protected]> | 2021-04-18 17:16:15 -0230 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-18 15:46:15 -0400 |
commit | 8da0d534d883d455f076bebbcb4299d7796534ec (patch) | |
tree | d93c9f6235add0a31c7fafad8b5838decc4b4368 | |
parent | 0eeaa72729e594a8e17acc17381597ee1cf64e96 (diff) |
Recommend neovim-git instead of neovim-nightly-git (#266)
Resolves #265
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ sudo rm -r neovim ``` or if you are on Arch you can get it from the AUR ```bash -yay -S neovim-nightly-git +yay -S neovim-git ``` |