File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 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.
2121
2222### Install External Dependencies
2323
24- > ** NOTE**
24+ > ** NOTE**
2525> [ Backup] ( #FAQ ) your previous configuration (if any exists)
2626
2727External Requirements:
@@ -60,13 +60,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
6060If you're using ` cmd.exe ` :
6161
6262```
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\
6464```
6565
6666If you're using ` powershell.exe `
6767
6868```
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\
7070```
7171
7272</details >
@@ -97,7 +97,7 @@ install instructions in this file instead. An updated video is coming soon.
9797(so that you have your own copy that you can modify) and then installing you
9898can install to your machine using the methods above.
9999
100- > ** NOTE**
100+ > ** NOTE**
101101> Your fork's url will be something like this: ` https://github.com/<your_github_username>/kickstart.nvim.git `
102102
103103#### Examples of adding popularly requested plugins
@@ -214,5 +214,3 @@ choco install -y neovim git ripgrep wget fd unzip gzip mingw make
214214```
215215
216216Then continue with the [ Install Kickstart] ( #Install-Kickstart ) step.
217-
218-
You can’t perform that action at this time.
0 commit comments