mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 01:11:07 +00:00
## 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. |
||
|---|---|---|
| .. | ||
| handler | ||
| cache.lua | ||
| config.lua | ||
| fragments.lua | ||
| loader.lua | ||
| meta.lua | ||
| plugin.lua | ||
| util.lua | ||