diff --git a/nvim/README.md b/nvim/README.md index e733a1e..a080f2b 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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.