Skip to content

Commit

Permalink
READ.md : Update the package name for Arch Linux (LunarVim#90)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
athuld authored Dec 8, 2020
1 parent 4b993b4 commit d177b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d177b31

Please sign in to comment.