Skip to content

Commit

Permalink
fix: return extension exports on load (nvim-telescope#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdschmidt93 authored Dec 28, 2021
1 parent 99aa102 commit 9d0034d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/_extensions/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ extensions.load = function(name)
if ext.setup then
ext.setup(extensions._config[name] or {}, require("telescope.config").values)
end
return extensions.manager[name]
end

extensions.set_config = function(extensions_config)
Expand Down

0 comments on commit 9d0034d

Please sign in to comment.