File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ If you are experiencing issues, please make sure you have the latest versions.
21
21
22
22
### Install External Dependencies
23
23
24
- > ** NOTE**
25
- > [ Backup] ( #FAQ ) your previous configuration (if any exists)
26
-
27
24
External Requirements:
28
25
- Basic utils: ` git ` , ` make ` , ` unzip ` , C Compiler (` gcc ` )
29
26
- [ ripgrep] ( https://github.com/BurntSushi/ripgrep#installation )
@@ -38,6 +35,11 @@ External Requirements:
38
35
> See [ Install Recipes] ( #Install-Recipes ) for additional Windows and Linux specific notes
39
36
> and quick install snippets
40
37
38
+ ### Install Kickstart
39
+
40
+ > ** NOTE**
41
+ > [ Backup] ( #FAQ ) your previous configuration (if any exists)
42
+
41
43
Neovim's configurations are located under the following paths, depending on your OS:
42
44
43
45
| OS | PATH |
@@ -46,16 +48,12 @@ Neovim's configurations are located under the following paths, depending on your
46
48
| Windows (cmd)| ` %userprofile%\AppData\Local\nvim\ ` |
47
49
| Windows (powershell)| ` $env:USERPROFILE\AppData\Local\nvim\ ` |
48
50
49
- ### Install Kickstart
50
-
51
51
#### Recommended Step
52
52
53
53
[ Fork] ( https://docs.github.com/en/get-started/quickstart/fork-a-repo ) this repo
54
54
so that you have your own copy that you can modify, then install by cloning the
55
55
fork to your machine using one of the commands below, depending on your OS.
56
56
57
-
58
-
59
57
> ** NOTE**
60
58
> Your fork's url will be something like this:
61
59
> ` https://github.com/<your_github_username>/kickstart.nvim.git `
You can’t perform that action at this time.
0 commit comments