You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,37 @@ A starting point for Neovim that is:
11
11
12
12
This repo is meant to be used as by **YOU** to begin your Neovim journey; remove the things you don't use and add what you miss.
13
13
14
+
Kickstart.nvim targets *only* the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. If you are experiencing issues, please make sure you have the latest versions.
15
+
14
16
Distribution Alternatives:
15
17
-[LazyVim](https://www.lazyvim.org/): A delightful distribution maintained by @folke (the author of lazy.nvim, the package manager used here)
16
18
17
19
### Installation
18
20
19
-
Kickstart.nvim targets *only* the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. If you are experiencing issues, please make sure you have the latest versions.
21
+
* Backup your previous configuration (if any exists)
22
+
23
+
### Archive Installation
24
+
* On the home/landing page for the project find the blue "<> CODE" button click it and select Local > Download ZIP.
* Ensure your extraction method did not extract with a parent folder. For example in ~/.config/nvim you should have init.lua not another folder called kickstart.nvim.
* Run neovim (from terminal or shortcut) and allow the kickstart process to download files and set up the basics.
39
+
* Once the setup is complete restart Neovim.
40
+
***You're ready to go!**
20
41
21
-
* Backup your previous configuration
22
-
* (Recommended) Fork this repo (so that you have your own copy that you can modify).
23
-
* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `~/AppData/Local/nvim/` (Windows)
42
+
* (Recommended/Optional) Fork this repo (so that you have your own copy that you can modify).
43
+
* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `%userprofile%\AppData\Local\nvim-data\` (Windows)
24
44
* If you don't want to include it as a git repo, you can just clone it and then move the files to this location
25
-
* Start Neovim (`nvim`) and allow `lazy.nvim` to complete installation.
26
-
* Restart Neovim
27
-
***You're ready to go!**
28
45
29
46
Additional system requirements:
30
47
- Make sure to review the readmes of the plugins if you are experiencing errors. In particular:
@@ -112,7 +129,7 @@ Each PR, especially those which increase the line count, should have a descripti
112
129
* See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information
113
130
* Are there any cool videos about this plugin?
114
131
* Current iteration of kickstart (coming soon)
115
-
* Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s).
132
+
* Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works.
0 commit comments