summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
AgeCommit message (Expand)Author
2021-09-16feat: skip/timeout preview if file cannot be easily previewed (#1231)fdschmidt93
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-12feat: smart path (#914)qualious
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-08-20feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)TJ DeVries
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-16feat: add cursor layout (#878)Corentin Brunel
2021-07-16feat: Add length option for `shorten_path` (#886)Luke Kershaw
2021-07-16feat: Add ability to have a user defined function to format the path display ...Nazeeh ElDirghami
2021-07-09hotfix: just only false to disableSimon Hauser
2021-07-09feat: cycle prompt history (#521)Simon Hauser
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-07-02feat: `selection_strategy` closest (#885)Tom
2021-07-02fix: table number option extend (#947)Luke Kershaw
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-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-09feat: set defaults for each picker in telescope setup (#883)Simon Hauser
2021-03-30fix: no longer leaking one buffer previewer in some occasions (#664)Simon Hauser
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93
2021-03-03docs: start documenting previewers (#574)Simon Hauser
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-24feat: Add vim docs & generators (#370)TJ DeVries
2021-02-24feat: make buffer previewer default and deprecate bat previewer (#420)Simon Hauser
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-04nit: Abstract some functions (#498)TJ DeVries
2021-02-01fix: remove env workaround for term_previewer (#482)Simon Hauser
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2021-01-17feat: Add option to set initial_mode (#442)wordhou
2021-01-11feat: quickfix (#293)TJ DeVries
2020-12-29feat: All buffer previewers are now async and more config options (#354)Simon Hauser
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-09Feat: Opt in vim buffers for previewers (#298)Simon Hauser
2020-11-22Various previewer fixes (#260)Simon Hauser
2020-10-30feat: Closes #205TJ DeVries
2020-10-25feat: Add ability to turn off devicon colorsTJ DeVries
2020-10-19feat: Add ability to configure default sortersTJ DeVries
2020-10-17refactor: prompt->prompt_title (#169)Alvaro Muñoz
2020-10-09fix: Add 'use_less' config valueTJ DeVries
2020-10-08feat: Add scroll_strategy = 'cycle'TJ DeVries
2020-10-08fix: Allow people to still override ALL the mappingsTJ DeVries
2020-10-08feat: Add more easily customizable mappings.TJ DeVries
2020-10-08fix: Remove space that I did not mean to addTJ DeVries
2020-10-08feat: prompt_prefix option (#154)Alvaro Muñoz
2020-10-08feat: ALPHA Add layout_defaults and layout_config optionsTJ DeVries
2020-10-08fix: Remove useless prompt_titleTJ DeVries
2020-10-04fix: Results height configurable. Properly collapse on border = falserockerBOO