Skip to content

Commit 4966fcd

Browse files
chore: remove trailing spaces from readme (nvim-lua#679)
1 parent dbd48e2 commit 4966fcd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2727
External Requirements:
@@ -60,13 +60,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
6060
If 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

6666
If 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
9898
can 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

216216
Then continue with the [Install Kickstart](#Install-Kickstart) step.
217-
218-

0 commit comments

Comments
 (0)