From 7dd473df13e0aad5537556c449ca173113fbb0c5 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 24 Apr 2021 15:33:37 +0530 Subject: [PATCH] fix packer.nvim install link #30 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9233b32..4664614 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,11 @@ nvim-base16 doesnt even take time to load unlike base16-vim which was eating hal - Install packer.nvim -```shell +``` + git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim + ``` - copy lua folder and init.lua into ~/.config/nvim