From 5bf969e327c2734fbdfe82d4d3c8d7b40742d1db Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 30 Oct 2021 01:29:03 +0800 Subject: [PATCH] update doc --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index a78cf6d..25b3f57 100644 --- a/docs/README.md +++ b/docs/README.md @@ -69,7 +69,7 @@ export PATH="$HOME/.npm-packages/bin:$PATH" ## 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. 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 -I use [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage my -plugins. We need to install packer.nvim on our system first. +I use packer.nvim to manage my plugins. We need to install packer.nvim on our +system first. For Windows, if curl is installed, use the following command (on PowerShell):