mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-10 11:14:22 +00:00
## Description The lockfile currently does not end with a newline at EOF. Text files should [end with a newline](https://unix.stackexchange.com/a/18789). This also lets you manually edit the lockfile in vim without 'fixeol' creating a spurious change for the added newline. This change however will create a change in users' lockfiles adding a newline upon updating, but since the lockfile would be changing anyways to update lazy.nvim itself, this is likely acceptable. ## Related Issue(s) *none* ## Screenshots *N/A* |
||
|---|---|---|
| .. | ||
| community | ||
| core | ||
| manage | ||
| pkg | ||
| view | ||
| async.lua | ||
| build.lua | ||
| docs.lua | ||
| example.lua | ||
| health.lua | ||
| help.lua | ||
| init.lua | ||
| minit.lua | ||
| state.lua | ||
| stats.lua | ||
| status.lua | ||
| terminal.lua | ||
| types.lua | ||
| util.lua | ||