From 968338ac49d2ac498cc39a3273c953365e73c2a5 Mon Sep 17 00:00:00 2001 From: Matt Leong Date: Wed, 20 Oct 2021 05:41:59 -0700 Subject: [PATCH] chore(readme): add first run steps --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 0e48d1c..e4409fe 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,8 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen ### How to install +_Requires Neovim (0.6.0+)_ + Using [stow](https://www.gnu.org/software/stow/) ``` @@ -55,6 +57,14 @@ Just clone it $ git clone git@github.com:mattleong/CosmicNvim.git nvim ``` +#### First run + +You will need to set up Packers compiled file via the steps below: + +1. Start NVIM +2. Run `PackerUpdate` & `PackerCompile` +3. Restart NVIM + _Install script coming soon..._ ## 📷 Screenshots