lazy.nvim/lua/lazy/view
Folke Lemaitre f3c7169dd6
feat(plugin): dont include plugin spec fragments for disabled or optional plugins (#1058)
* feat(plugin): dont include plugin spec fragments for disabled or optional plugins

* test: fixed tests

* fix(plugin): calculate handlers after disabling plugins

* fix(plugin): clear Plugin._.super when rebuilding

* fix(ui): dont process handlers for disabled plugins

* test: added tests for disabling fragments

* fix(plugin): ignore any installed deps of a disabled conditional plugin. Fixes #1053
2023-09-29 16:11:56 +02:00
..
colors.lua feat(ui): show the loaded icon for local plugins in a different color 2023-05-13 13:24:38 +02:00
commands.lua feat(commands): added highly experimental `Lazy reload ...` command. See #445 2023-05-27 15:19:55 +02:00
config.lua feat(commands): added highly experimental `Lazy reload ...` command. See #445 2023-05-27 15:19:55 +02:00
diff.lua fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 2023-01-09 08:05:32 +01:00
float.lua fix(ui): set wo options with local. don't use `vim.wo`. See #829 2023-06-12 08:28:14 +02:00
init.lua fix: return true when opening diff (#970) 2023-09-27 12:51:11 +02:00
render.lua feat(plugin): dont include plugin spec fragments for disabled or optional plugins (#1058) 2023-09-29 16:11:56 +02:00
sections.lua feat(ui): added section with disabled plugins 2023-01-03 10:43:10 +01:00
text.lua fix(ui): make progress bar work again 2023-05-27 16:11:01 +02:00