mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-03-30 01:31:30 +00:00
The current comment in .gitignore for lazy-lock.json suggests to uncomment it yourself, but you actually need to comment it instead. This change modifies the comment to clarify the recommended approach for kickstart users.
14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
tags
|
|
test.sh
|
|
.luarc.json
|
|
nvim
|
|
|
|
spell/
|
|
|
|
# You likely want to comment this, since it's recommended to track lazy-lock.json in version
|
|
# control, see https://lazy.folke.io/usage/lockfile
|
|
# For kickstart, it makes sense to leave it ignored.
|
|
lazy-lock.json
|
|
|
|
.DS_Store
|