lazy.nvim/lua/lazy/core/handler
devxpain 7d08321ab4 refactor(keys): use allowlist for valid opts
Instead of using a blacklist for specific keys, use an allowlist for valid keys in the `opts` function of `LazyKeysHandler`.
2024-10-25 14:57:18 +08:00
..
cmd.lua fix(cmd): shedule error message instead of showing directly 2023-10-17 16:52:32 +02:00
event.lua feat(profiling): merge VeryLazy stats and show startuptime in profile view 2024-07-04 15:17:10 +02:00
ft.lua refactor(handlers): lazy resolving of plugin handlers (#1126) 2023-10-16 22:34:44 +02:00
init.lua feat: add plugin name to handlers.managed 2024-07-11 22:04:06 +02:00
keys.lua refactor(keys): use allowlist for valid opts 2024-10-25 14:57:18 +08:00