Skip to content

Commit

Permalink
feat(telescope): access pickers with plugin_name... (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
liljaylj authored Mar 31, 2023
1 parent 0874bda commit 7420337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/todo-comments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ local function todo(opts)
pickers.grep_string(opts)
end

return telescope.register_extension({ exports = { todo = todo } })
return telescope.register_extension({ exports = { ["todo-comments"] = todo, todo = todo } })

0 comments on commit 7420337

Please sign in to comment.