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 | 0486ad34de6d561bf137543c2b80d21947f7afae (patch) | |
| tree | 9a16101930e1b30c1ab31ca292aac8da003249aa /nvim/README.md | |
| parent | 133ff663ac01a074aa4342b679fc5beecce275bd (diff) | |
| download | dots-0486ad34de6d561bf137543c2b80d21947f7afae.tar.gz | |
Add note in README about lazy-lock.json (#1090)
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index 0b56eab..53ae459 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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 |