summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorLuca Saccarola <96259932+saccarosium@users.noreply.github.com>2025-03-20 23:16:35 +0100
committerGitHub <noreply@github.com>2025-03-20 18:16:35 -0400
commit6fae36dd6463c6fab258ad1572b8c5bca440634e (patch)
tree8ab27636bfc753fccff02c8dcc4e5d02df7dcb4f /nvim
parent2900c522cb08918b241aa7c938fe2163a99abc15 (diff)
downloaddots-6fae36dd6463c6fab258ad1572b8c5bca440634e.tar.gz
fix: use correct github abmonition syntax (#1414)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 9284111..8ace8b9 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -33,13 +33,13 @@ External Requirements:
- If you want to write Golang, you will need `go`
- etc.
-> **NOTE**
+> [!NOTE]
> See [Install Recipes](#Install-Recipes) for additional Windows and Linux specific notes
> and quick install snippets
### Install Kickstart
-> **NOTE**
+> [!NOTE]
> [Backup](#FAQ) your previous configuration (if any exists)
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
so that you have your own copy that you can modify, then install by cloning the
fork to your machine using one of the commands below, depending on your OS.
-> **NOTE**
+> [!NOTE]
> Your fork's URL will be something like this:
> `https://github.com/<your_github_username>/kickstart.nvim.git`
@@ -65,7 +65,8 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
[recommended to track it in version control](https://lazy.folke.io/usage/lockfile).
#### Clone kickstart.nvim
-> **NOTE**
+
+> [!NOTE]
> If following the recommended step above (i.e., forking the repo), replace
> `nvim-lua` with `<your_github_username>` in the commands below