Fix Neovim README.md

This commit is contained in:
Sam A. 2023-05-11 20:57:22 +02:00
parent 8787be26d2
commit 82ee1c8042
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -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.