From cc376d6ddbbfc8c676057c8fac02082fd36d3a73 Mon Sep 17 00:00:00 2001 From: locker98 Date: Thu, 2 Jan 2025 19:25:39 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a926479..397c052 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ This is my Neovim configuration file that I use every day. To install it, naviga cd ~/.config/ git clone https://gitea.locker98.com/locker98/nvim.git ``` -Next, open the `init.lua` file with Neovim and then run the `:PackerSync` command to pull all the installed packages. +Next, download packer and install it: + +```bash +git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim +``` + +Finally, open the `init.lua` file with Neovim and then run the `:PackerSync` command to pull all the installed packages.