lazy.nvim/lua/lazy/manage
Ethan Wu 8f16e1fd0c fix(lockfile): ensure newline at EOF for lockfile
Text files should end with a newline. 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.
2024-07-11 15:23:59 -07: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 2024-07-11 15:23:59 -07: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