fix: too early setup on initial extension access (#1601)
This commit is contained in:
@@ -93,6 +93,8 @@ function telescope.register_extension(mod)
|
||||
end
|
||||
|
||||
--- Load an extension.
|
||||
--- - Notes:
|
||||
--- - Loading triggers ext setup via the config passed in |telescope.setup|
|
||||
---@param name string: Name of the extension
|
||||
function telescope.load_extension(name)
|
||||
return _extensions.load(name)
|
||||
|
||||
Reference in New Issue
Block a user