From cdf0cacd6a24ad7cfafed54e2f17d23d843e3b76 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sun, 17 Mar 2024 16:56:51 -0400 Subject: [PATCH] Improve installation instructions a bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 25ce4ee..0feefbe 100644 --- a/readme.md +++ b/readme.md @@ -25,9 +25,9 @@ A theme, config and collection of plugins for Neovim ## Installation -1. Clone the darkcloud-nvimconfig repo and run the `update` script. -2. By default the config expects darkcloud-nvimconfig to be installed @ `/etc/darkcloud-nvimconfig`, if you're installing it elsewhere you should add `let g:darkcloudpath = "/path/to/darkcloud-nvimconfig"` to your neovim init. -3. Add `source /path/to/darkcloud-nvimconfig/init.vim` to the neovim init that you want to use the config with +1. Clone the darkcloud-nvimconfig repo and run the `update` script +2. By default darkcloud-nvimconfig expects to be installed @ `/etc/darkcloud-nvimconfig`, if you're installing it elsewhere you should add `let g:darkcloudpath = "/path/to/darkcloud-nvimconfig"` to your neovim init +3. Add `source /path/to/darkcloud-nvimconfig/init.vim` to your neovim init (after `let g:darkcloudpath = ...` if present) ## Configuration