summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorE <2061889+bozoputer@users.noreply.github.com>2024-03-20 14:27:18 -0400
committerGitHub <noreply@github.com>2024-03-20 14:27:18 -0400
commitae77c72f342fc9720280a0b9dffc2cdb352f4d3b (patch)
tree958e1f83a2e4ba8ea6b347451c8d6253ea574750
parent743e3dba54ac19e45f6d0d946fae184b99f6cb8a (diff)
downloaddots-ae77c72f342fc9720280a0b9dffc2cdb352f4d3b.tar.gz
Update README.md (#781)
The recommended step of forking the repo coming sequentially after the step instructing users to clone the current repo doesn't make sense. This commit orders the install instructions in a manner that's more logical.
-rw-r--r--nvim/README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/nvim/README.md b/nvim/README.md
index e9d3170..82ca52c 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -48,7 +48,16 @@ Neovim's configurations are located under the following paths, depending on your
### Install Kickstart
-Clone kickstart.nvim:
+#### Recommended Step
+
+[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo 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**
+> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
+
+#### Clone kickstart.nvim
+> **NOTE**
+> If following the recommended step above (i.e., forking the repo), replace `nvim-lua` with `<your_github_username>` in the commands below
<details><summary> Linux and Mac </summary>
@@ -88,18 +97,6 @@ current plugin status.
Read through the `init.lua` file in your configuration folder for more
information about extending and exploring Neovim.
-### Getting Started
-
-[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
-
-### Recommended Steps
-
-[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo
-(so that you have your own copy that you can modify) and then install. You
-can install it on your machine using the methods above.
-
-> **NOTE**
-> Your fork's url will be something like this: `https://github.com/<your_github_username>/kickstart.nvim.git`
#### Examples of adding popularly requested plugins
@@ -159,6 +156,10 @@ return {
</details>
+### Getting Started
+
+[The Only Video You Need to Get Started with Neovim](https://youtu.be/m8C0Cq9Uv9o)
+
### FAQ
* What should I do if I already have a pre-existing neovim configuration?