summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
AgeCommit message (Expand)Author
2021-07-16feat: enable to preview themes (#980)wongxy
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-06-10feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)fdschmidt93
2021-06-10feat: improved configuration and sorting of lsp_{document,workspace}_diagnost...fdschmidt93
2021-06-09feat: set defaults for each picker in telescope setup (#883)Simon Hauser
2021-06-06docs: update builtin.file_browser options (#887)David Mejorado
2021-06-03docs: add more builtin.buffers documentation (#888)Gwarnifarn
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-30Change the `show_all_buffers` option to true by default for `buffers` picker ...Ben Smith
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-11fix: add git_stash field to builitn (#836)saadparwaiz1
2021-05-09feat: jumplist picker and jump to row/col on existing buffers. (#813)caojoshua
2021-04-23feat: add search history picker (#769)Volodymyr Kot
2021-04-20lsp: Implement lsp.implementations similar to lsp.definitions (#743)Viktor Kojouharov
2021-04-13added a new DynamicFinder (which can be used with rust_analyzer) (#705)oberblastmeister
2021-04-09fix: update to newer code (#744)TJ DeVries
2021-03-09feat: lsp definitions (#631)oberblastmeister
2021-03-04feat: workspace diagnostics, jump to and improved styling (#599)fdschmidt93
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93
2021-03-03docs: start documenting previewers (#574)Simon Hauser
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-01-06Spell suggestions (#399)Senghan Bright
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
2020-12-02new builtin - autocommands (#302)Senghan Bright
2020-11-28feat: add lsp range code actions (#297)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
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