summaryrefslogtreecommitdiff
path: root/lua/telescope/_extensions/init.lua
AgeCommit message (Collapse)Author
2021-12-28fix: return extension exports on load (#1634)fdschmidt93
2021-12-27fix: setup extension on access as well (#1628)fdschmidt93
2021-12-27fix: too early setup on initial extension access (#1601)fdschmidt93
2021-12-19fix: `builtin` only have entries for extension functions (#1587)Luke Kershaw
* fix: `builtin` only have entries for extension functions * fix: add check for underscore and explanation of which functions included
2021-09-10feat: checkhealth (#1066)Senghan Bright
* rebase on latest master * remove obsolete `popup.nvim` check * fixup: Move to health and fixups Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2020-12-13Fix: typo (#333)Christopher Laidler
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries