summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
AgeCommit message (Expand)Author
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
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
2020-09-11Add smart case to vimgrep arguments (#60)Christian Clason
2020-09-11feat: Add some more layout optionsTJ DeVries
2020-09-11feat: add top down prompt positionTJ DeVries
2020-09-10feat: add border and bordercharsTJ DeVries
2020-09-10Allow easily changing grep argumentsTJ DeVries
2020-09-07Begin work on larger global config, to tailor defaultsTJ DeVries
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries