diff options
author | Athul Dinesan <[email protected]> | 2020-12-08 22:28:41 +0530 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-08 11:58:41 -0500 |
commit | d177b317f87d2ad071b5c1d10ff97430a22f967a (patch) | |
tree | 03fee823395c62c5eaba1205c7353dbaec21e842 | |
parent | 4b993b4339c5972d911d5fe59f37f2cd747177c2 (diff) |
READ.md : Update the package name for Arch Linux (#90)
The package 'neovim-git' pulls in the latest source of neovim instead
of the 'neovim-nightly-git' package in the AUR. This will make sure there is no error
related to neovim version on the startup
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ - Arch ``` - yay -S neovim-nightly-git # Latest + yay -S neovim-git # Latest ``` ## Clone this repo into your config |