Fix Neovim README.md
This commit is contained in:
parent
8787be26d2
commit
82ee1c8042
|
@ -1,5 +1,5 @@
|
|||
# Neovim config
|
||||
|
||||
This Neovim config requires [vim-plug](https://github.com/junegunn/vim-plug) for plugins.
|
||||
This Neovim config requires [packer](https://github.com/wbthomason/packer.nvim) for plugins.
|
||||
|
||||
To install the plugins from the config file, first install vim-plug, and then run `PlugInstall` inside Neovim.
|
||||
To install the plugins from the config file, first install packer, and then run `PackerSync` inside Neovim.
|
||||
|
|
Loading…
Reference in a new issue