lazy.nvim/lua/lazy/view
Will Leinweber cafe0b06e5 feat: Move Update section above Updated
Before, the list of plugins that were just updated would appear above
the list of plugins that are still to be updated. So if you are trying
to update each plugin one at a time, you would have to keep going down
farther and farther to get back to the list of pending updates.

By switching the order of the two sections, the list of pending updates
stays first and makes it easier to read the changes of each plugin
before updating them.
2023-01-05 18:43:36 +01:00
..
colors.lua feat(spec): added import to import other plugin modules 2023-01-02 09:44:28 +01:00
commands.lua feat(commands): added build command to force rebuild of a plugin 2023-01-01 09:41:43 +01:00
config.lua feat(commands): added build command to force rebuild of a plugin 2023-01-01 09:41:43 +01:00
diff.lua refactor: split open_cmd in float_cmd and float_term 2023-01-05 17:36:01 +01:00
float.lua refactor: easier to pass window options for floats 2023-01-05 17:01:56 +01:00
init.lua refactor: easier to pass window options for floats 2023-01-05 17:01:56 +01:00
render.lua refactor: easier to pass window options for floats 2023-01-05 17:01:56 +01:00
sections.lua feat: Move Update section above Updated 2023-01-05 18:43:36 +01:00
text.lua fix(ui): fixed extmarks while wrapping. Fixes #124 2022-12-23 11:18:32 +01:00