Skip to content

Commit 19afab1

Browse files
authored
README: move backup and paths from external deps to install section (nvim-lua#819)
1 parent d605b84 commit 19afab1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ If you are experiencing issues, please make sure you have the latest versions.
2121

2222
### Install External Dependencies
2323

24-
> **NOTE**
25-
> [Backup](#FAQ) your previous configuration (if any exists)
26-
2724
External Requirements:
2825
- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)
2926
- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)
@@ -38,6 +35,11 @@ External Requirements:
3835
> See [Install Recipes](#Install-Recipes) for additional Windows and Linux specific notes
3936
> and quick install snippets
4037
38+
### Install Kickstart
39+
40+
> **NOTE**
41+
> [Backup](#FAQ) your previous configuration (if any exists)
42+
4143
Neovim's configurations are located under the following paths, depending on your OS:
4244

4345
| OS | PATH |
@@ -46,16 +48,12 @@ Neovim's configurations are located under the following paths, depending on your
4648
| Windows (cmd)| `%userprofile%\AppData\Local\nvim\` |
4749
| Windows (powershell)| `$env:USERPROFILE\AppData\Local\nvim\` |
4850

49-
### Install Kickstart
50-
5151
#### Recommended Step
5252

5353
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo
5454
so that you have your own copy that you can modify, then install by cloning the
5555
fork to your machine using one of the commands below, depending on your OS.
5656

57-
58-
5957
> **NOTE**
6058
> Your fork's url will be something like this:
6159
> `https://github.com/<your_github_username>/kickstart.nvim.git`

0 commit comments

Comments
 (0)