lazy.nvim/lua
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
..
lazy feat(loader): handle hyphens in file names when deactivating 2025-11-04 19:43:37 -08:00