Skip to content

Commit 0a6bfe1

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
Add windows init lua location (nvim-lua#121)
* feat: add init.lua location fir Windows * feat: more specific number of lines
1 parent 7a3c879 commit 0a6bfe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A starting point for Neovim that is:
44

5-
* Small (~370 lines)
5+
* Small (<500 lines)
66
* Single-file
77
* Documented
88
* Modular
@@ -14,7 +14,7 @@ This repo is meant to be used as a starting point for a user's own configuration
1414
### Installation
1515

1616
* Backup your previous configuration
17-
* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua`
17+
* Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` (Linux) or `~/AppData/Local/nvim/init.lua` (Windows)
1818
* Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly
1919
* Restart Neovim
2020

0 commit comments

Comments
 (0)