1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update doc

This commit is contained in:
jdhao 2021-10-30 01:29:03 +08:00
parent cdccb404b5
commit 5bf969e327

View File

@ -69,7 +69,7 @@ export PATH="$HOME/.npm-packages/bin:$PATH"
## Git ## Git
Git is used by the plugin manager packer.nvim to clone plugins from GitHub or Git is used by the plugin manager [packer.nvim](https://github.com/wbthomason/packer.nvim) to clone plugins from GitHub or
other Git repositories. other Git repositories.
Since Git is usually pre-installed on Linux and macOS, we do not need to worry Since Git is usually pre-installed on Linux and macOS, we do not need to worry
@ -180,8 +180,8 @@ setups.
## Install plugin manager packer.nvim ## Install plugin manager packer.nvim
I use [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage my I use packer.nvim to manage my plugins. We need to install packer.nvim on our
plugins. We need to install packer.nvim on our system first. system first.
For Windows, if curl is installed, use the following command (on PowerShell): For Windows, if curl is installed, use the following command (on PowerShell):