lazy.nvim/lua/lazy/manage
Ethan Wu 7ed9f7173c
fix(lockfile): ensure newline at EOF for lockfile (#1639)
## 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*
2024-07-13 09:51:44 +02:00
..
task fix(rocks): try building anyway even when prerequisits have not been met. (will likely fail) 2024-07-08 07:45:45 +02:00
checker.lua fix(git): local plugin fixes (#1624) 2024-07-07 17:13:49 +02:00
git.lua fix(git): local plugin fixes (#1624) 2024-07-07 17:13:49 +02:00
init.lua refactor: async processes 2024-06-28 16:08:26 +02:00
lock.lua fix(lockfile): ensure newline at EOF for lockfile (#1639) 2024-07-13 09:51:44 +02:00
process.lua fix(async): make asyncs abortable 2024-06-30 13:35:14 +02:00
reloader.lua refactor: reloader 2024-06-18 00:36:11 +02:00
runner.lua perf: suspend when tasks are active 2024-06-30 09:13:04 +02:00
semver.lua ci: auto-get rockspec mappings for rock name => github short url or url 2024-06-25 17:41:16 +02:00