We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3c879 commit 0a6bfe1Copy full SHA for 0a6bfe1
README.md
@@ -2,7 +2,7 @@
2
3
A starting point for Neovim that is:
4
5
-* Small (~370 lines)
+* Small (<500 lines)
6
* Single-file
7
* Documented
8
* Modular
@@ -14,7 +14,7 @@ This repo is meant to be used as a starting point for a user's own configuration
14
### Installation
15
16
* Backup your previous configuration
17
-* 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)
18
* Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly
19
* Restart Neovim
20
0 commit comments