Skip to content

Commit

Permalink
Add note in README about lazy-lock.json (nvim-lua#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgallagher92 authored Aug 22, 2024
1 parent c1ae909 commit 554a054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ fork to your machine using one of the commands below, depending on your OS.
> Your fork's url will be something like this:
> `https://github.com/<your_github_username>/kickstart.nvim.git`
You likely want to remove `lazy-lock.json` from your fork's `.gitignore` file
too - it's ignored in the kickstart repo to make maintenance easier, but it's
[recommmended to track it in version control](https://lazy.folke.io/usage/lockfile).

#### Clone kickstart.nvim
> **NOTE**
> If following the recommended step above (i.e., forking the repo), replace
Expand Down

0 comments on commit 554a054

Please sign in to comment.