From d177b317f87d2ad071b5c1d10ff97430a22f967a Mon Sep 17 00:00:00 2001 From: Athul Dinesan <74203601+athuld@users.noreply.github.com> Date: Tue, 8 Dec 2020 22:28:41 +0530 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26dc53a0..3547bddb 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3