From 82ee1c8042abe597105ff909d74dcfbaef9689de Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Thu, 11 May 2023 20:57:22 +0200 Subject: [PATCH] Fix Neovim README.md --- nvim/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.