File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ External Requirements:
33
33
- If you want to write Golang, you will need ` go `
34
34
- etc.
35
35
36
- > ** NOTE**
36
+ > [ ! NOTE]
37
37
> See [ Install Recipes] ( #Install-Recipes ) for additional Windows and Linux specific notes
38
38
> and quick install snippets
39
39
40
40
### Install Kickstart
41
41
42
- > ** NOTE**
42
+ > [ ! NOTE]
43
43
> [ Backup] ( #FAQ ) your previous configuration (if any exists)
44
44
45
45
Neovim's configurations are located under the following paths, depending on your OS:
@@ -56,7 +56,7 @@ Neovim's configurations are located under the following paths, depending on your
56
56
so that you have your own copy that you can modify, then install by cloning the
57
57
fork to your machine using one of the commands below, depending on your OS.
58
58
59
- > ** NOTE**
59
+ > [ ! NOTE]
60
60
> Your fork's URL will be something like this:
61
61
> ` https://github.com/<your_github_username>/kickstart.nvim.git `
62
62
@@ -65,7 +65,8 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
65
65
[ recommended to track it in version control] ( https://lazy.folke.io/usage/lockfile ) .
66
66
67
67
#### Clone kickstart.nvim
68
- > ** NOTE**
68
+
69
+ > [ !NOTE]
69
70
> If following the recommended step above (i.e., forking the repo), replace
70
71
> ` nvim-lua ` with ` <your_github_username> ` in the commands below
71
72
You can’t perform that action at this time.
0 commit comments