diff options
| author | Sean <44933921+seantwie03@users.noreply.github.com> | 2023-01-11 15:49:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 16:49:00 -0500 |
| commit | d1c084ef19f03d397d80e7aa1d7ad89cc7351646 (patch) | |
| tree | 8c2836fd52760d6cc826714806034141df50ee4e | |
| parent | 7d55047b917731a01d39b343ba8f16b534aa6dc0 (diff) | |
| download | dots-d1c084ef19f03d397d80e7aa1d7ad89cc7351646.tar.gz | |
Add windows init lua location (#121)
* feat: add init.lua location fir Windows
* feat: more specific number of lines
| -rw-r--r-- | nvim/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md index e29f426..4cc00b1 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -2,7 +2,7 @@ A starting point for Neovim that is: -* Small (~370 lines) +* Small (<500 lines) * Single-file * Documented * Modular @@ -14,7 +14,7 @@ This repo is meant to be used as a starting point for a user's own configuration ### Installation * Backup your previous configuration -* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` +* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` (Linux) or `~/AppData/Local/nvim/init.lua` (Windows) * Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly * Restart Neovim |