summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
AgeCommit message (Collapse)Author
2021-03-03docs: start documenting previewers (#574)Simon Hauser
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
* feat: Add vim docs & generators * example of what we could start to do * Docgen CI job * wip * incremental updates. soon good validation * [Actions] Generate Documentation skip-checks: true * pretty cool now * [Actions] Generate Documentation skip-checks: true * make sure telescope is loaded first * Add updates. Maybe this will not delete now? * Add defaults tags as well * :smile: Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
and more picker api stuff for sunjon. refresh is implemented for file_browser and git_status
2021-01-06Spell suggestions (#399)Senghan Bright
* feat: spell suggest picker * set correct window title * add entry to readme
2020-12-10Feat: symbols json picker (#303)Simon Hauser
2020-12-03fix: Set and unset report to what's needed when deleting buffers. (#282)Julian Berman
Fixes #105.
2020-12-02new builtin - autocommands (#302)Senghan Bright
* feat: new builtin - Autocommands finder * fix: remove decorators to avoid confusion. * make preview split same hl-group as border * use highlight instead of marker character for preview selection hl
2020-11-28feat: add lsp range code actions (#297)windwp
https://github.com/neovim/neovim/pull/12962 authored by: @windwp
2020-11-26Refactor builtin (#287)Simon Hauser
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23feat: v0.1 of extensions (#278)TJ DeVries
2020-11-23Register finder (#275)Senghan Bright
builtin: Registers finder. view and edit vim registers.
2020-11-21feat: Add highlights builtin (#267)Simon Hauser
2020-11-19Feat: Add filetypes builtin (#263)Simon Hauser
2020-11-16Update attach_mappings to use new actions api (#249)Simon Hauser
2020-11-16feat: Add tags (#219)Simon Hauser
2020-11-16feat: Add git builtins (#240)Simon Hauser
Conni2461 is a great coder and contributor :)