Merge f1de74680a into 4e6bf9497f
This commit is contained in:
commit
6213d0731f
17
README.md
17
README.md
|
|
@ -61,23 +61,26 @@ Neovim's configurations are located under the following paths, depending on your
|
||||||
|
|
||||||
#### Recommended Step
|
#### Recommended Step
|
||||||
|
|
||||||
[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo
|
Create your own copy of this repo using GitHub's
|
||||||
so that you have your own copy that you can modify, then install by cloning the
|
["Use this template"](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
|
||||||
fork to your machine using one of the commands below, depending on your OS.
|
button so that you have your own copy that you can modify, then install by
|
||||||
|
cloning your new repo to your machine using one of the commands below,
|
||||||
|
depending on your OS.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Your fork's URL will be something like this:
|
> Your repo's URL will be something like this:
|
||||||
> `https://github.com/<your_github_username>/kickstart.nvim.git`
|
> `https://github.com/<your_github_username>/kickstart.nvim.git`
|
||||||
|
|
||||||
You likely want to remove `nvim-pack-lock.json` from your fork's `.gitignore`
|
You likely want to remove `nvim-pack-lock.json` from your repo's `.gitignore`
|
||||||
file too - it's ignored in the kickstart repo to make maintenance easier, but
|
file too - it's ignored in the kickstart repo to make maintenance easier, but
|
||||||
it's recommended to track it in version control (see `:help vim.pack-lockfile`).
|
it's recommended to track it in version control (see `:help vim.pack-lockfile`).
|
||||||
|
|
||||||
#### Clone kickstart.nvim
|
#### Clone kickstart.nvim
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If following the recommended step above (i.e., forking the repo), replace
|
> If following the recommended step above (i.e., creating your own repo from
|
||||||
> `nvim-lua` with `<your_github_username>` in the commands below
|
> the template), replace `nvim-lua` with `<your_github_username>` in the
|
||||||
|
> commands below
|
||||||
|
|
||||||
<details><summary> Linux and Mac </summary>
|
<details><summary> Linux and Mac </summary>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue