Skip to content

Commit 9ae3d7f

Browse files
saccarosiumaudunhov
authored andcommitted
fix: use correct github abmonition syntax (nvim-lua#1414)
1 parent 804e0d9 commit 9ae3d7f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ External Requirements:
3333
- If you want to write Golang, you will need `go`
3434
- etc.
3535

36-
> **NOTE**
36+
> [!NOTE]
3737
> See [Install Recipes](#Install-Recipes) for additional Windows and Linux specific notes
3838
> and quick install snippets
3939
4040
### Install Kickstart
4141

42-
> **NOTE**
42+
> [!NOTE]
4343
> [Backup](#FAQ) your previous configuration (if any exists)
4444
4545
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
5656
so that you have your own copy that you can modify, then install by cloning the
5757
fork to your machine using one of the commands below, depending on your OS.
5858

59-
> **NOTE**
59+
> [!NOTE]
6060
> Your fork's URL will be something like this:
6161
> `https://github.com/<your_github_username>/kickstart.nvim.git`
6262
@@ -65,7 +65,8 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
6565
[recommended to track it in version control](https://lazy.folke.io/usage/lockfile).
6666

6767
#### Clone kickstart.nvim
68-
> **NOTE**
68+
69+
> [!NOTE]
6970
> If following the recommended step above (i.e., forking the repo), replace
7071
> `nvim-lua` with `<your_github_username>` in the commands below
7172

0 commit comments

Comments
 (0)