Skip to content

Commit

Permalink
Add windows init lua location (nvim-lua#121)
Browse files Browse the repository at this point in the history
* feat: add init.lua location fir Windows

* feat: more specific number of lines
  • Loading branch information
seantwie03 authored Jan 11, 2023
1 parent 4916072 commit 32744c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A starting point for Neovim that is:

* Small (~370 lines)
* Small (<500 lines)
* Single-file
* Documented
* Modular
Expand All @@ -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

Expand Down

0 comments on commit 32744c3

Please sign in to comment.