File tree 1 file changed +4
-6
lines changed 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ If you are experiencing issues, please make sure you have the latest versions.
21
21
22
22
### Install External Dependencies
23
23
24
- > ** NOTE**
24
+ > ** NOTE**
25
25
> [ Backup] ( #FAQ ) your previous configuration (if any exists)
26
26
27
27
External Requirements:
@@ -60,13 +60,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
60
60
If you're using ` cmd.exe ` :
61
61
62
62
```
63
- git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
63
+ git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
64
64
```
65
65
66
66
If you're using ` powershell.exe `
67
67
68
68
```
69
- git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
69
+ git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
70
70
```
71
71
72
72
</details >
@@ -97,7 +97,7 @@ install instructions in this file instead. An updated video is coming soon.
97
97
(so that you have your own copy that you can modify) and then installing you
98
98
can install to your machine using the methods above.
99
99
100
- > ** NOTE**
100
+ > ** NOTE**
101
101
> Your fork's url will be something like this: ` https://github.com/<your_github_username>/kickstart.nvim.git `
102
102
103
103
#### Examples of adding popularly requested plugins
@@ -214,5 +214,3 @@ choco install -y neovim git ripgrep wget fd unzip gzip mingw make
214
214
```
215
215
216
216
Then continue with the [ Install Kickstart] ( #Install-Kickstart ) step.
217
-
218
-
You can’t perform that action at this time.
0 commit comments