lazy.nvim/lua/lazy/core
MeanderingProgrammer 28fb0f37de
feat(loader): handle hyphens in file names when deactivating
## Description

When deactivating plugins `vim.g.loaded_` variables are cleared based on
a common pattern plugins use to use avoid multiple initializing. The
current logic handles most cases, except when a lua file has a hyphen in
which case it is unlikely to clear the correct variable.
2025-11-04 19:43:37 -08:00
..
handler style(types): add optional return value for LazyKeysSpec rhs (#1924) 2025-02-24 07:20:35 +01:00
cache.lua style: fix some typo (#1496) 2024-06-03 09:18:43 +02:00
config.lua chore(main): release 11.17.4 (#2082) 2025-11-04 15:24:21 +01:00
fragments.lua fix(fragments): check for empty plugin names 2024-06-25 00:31:34 +02:00
loader.lua feat(loader): handle hyphens in file names when deactivating 2025-11-04 19:43:37 -08:00
meta.lua fix(meta): rebuild dirty right after disable. See #1889 2025-02-25 20:18:25 +01:00
plugin.lua fix(plugin): proper error message when a plugin spec returns more than one value. 2025-11-04 15:22:26 +01:00
util.lua feat(util): pass lang to vim.notify so that snacks notifier can render the ft. Closes #1919 2025-02-15 08:19:49 +01:00