summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
AgeCommit message (Expand)Author
2022-02-15feat: allow user to wrap picker results (#701, #1296) (#1735)Sultanahamer
2022-01-14feat: adds multiselect counter in prompt status_text (#1614)Luke Kershaw
2022-01-09feat: tiebreak config function (#1401)Julian Fricker
2022-01-05feat: multiselect icon (#1572)Luke Kershaw
2021-12-03defaults: change `center` layout default size (#1546)Luke Kershaw
2021-11-28feat: add `preview width` option for `bottom_pane` layout (#1505)max397574
2021-11-18fix: cleanup of layout actionsLuke Kershaw
2021-11-18feat: layout actions (#1383)Luke Kershaw
2021-11-18feat: add hide / unhide preview (#1305)johnybx
2021-11-14feat: `exclude` option for `shorten` in `path_display` (#1429)Luke Kershaw
2021-11-04fix: deactivate binary ft detection for Win32 (#1413)fdschmidt93
2021-11-04feat: Full width select (#1403)Julian Fricker
2021-11-01chore: remove a lot of deprecated stuff (#1399)Simon Hauser
2021-10-31Revert "break: changed the results window highlight to always be full width (...Simon Hauser
2021-10-29break: changed the results window highlight to always be full width (#1312)Julian Fricker
2021-10-24docs: fix typo in qflist_previewer's default value (#1363)nickelc
2021-10-04feat: more prompt position strategies (#1280)Luke Kershaw
2021-09-27feat: filetype_hook & improved docs; fix preview partial override (#1273)fdschmidt93
2021-09-20feat(defaults): enable customization of path_display.truncate (#1264)tami5
2021-09-19feat: `truncate` option for `path_display` (#1254)Luke Kershaw
2021-09-19feat: `layout_strategies` refactor (#1039)Luke Kershaw
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