diff options
author | Matt Gallagher <46973220+mattgallagher92@users.noreply.github.com> | 2024-08-22 21:53:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 16:53:57 -0400 |
commit | 554a054bf9e0f04b637b7913b17327606f0ec9d0 (patch) | |
tree | 2776d41df213bb1a9a4a3ae2c9b7fabdb14949d5 | |
parent | c1ae9092cbd2b75ee25284a594209a8147609cef (diff) |
Add note in README about lazy-lock.json (#1090)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |