summaryrefslogtreecommitdiff
path: root/lua/telescope/_extensions/init.lua
AgeCommit message (Collapse)Author
2022-03-13feat: improve UX with vim.notify (#1763)tami5
* fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
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