mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: lazy now handles the full startup sequence (vim.go.loadplugins=false
)
This commit is contained in:
parent
ad0b4caa64
commit
ec2f432a84
4 changed files with 89 additions and 49 deletions
|
@ -13,7 +13,7 @@ end
|
|||
---@param plugin LazyPlugin
|
||||
---@param value string
|
||||
function M:_add(plugin, value)
|
||||
Loader.ftdetect(plugin)
|
||||
Loader.ftdetect(plugin.dir)
|
||||
Event._add(self, plugin, value)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue