From bc3e769abeabc3af5fb79c4c4532d9ba35962811 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 15 Jun 2023 16:29:15 +0200 Subject: [PATCH] Updating readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b987cb8..1416441 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # My curent Neovim config Inspired by [ThePrimeagen](https://github.com/ThePrimeagen/init.lua) + +Make sure to run `:PackerSync` so it grabs all plugins. +You can also run `nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'` +from the command line and it would do the same