From 3dafcb419b9b15855731f52965143ad6006726d4 Mon Sep 17 00:00:00 2001 From: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:55:43 +0100 Subject: fix: too early setup on initial extension access (#1601) --- lua/telescope/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/telescope/init.lua') diff --git a/lua/telescope/init.lua b/lua/telescope/init.lua index d52d60d..35577a8 100644 --- a/lua/telescope/init.lua +++ b/lua/telescope/init.lua @@ -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) -- cgit v1.2.3