summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2021-07-18Set a filetype for the results buffer (#1019)Rasmus Bergström
2021-07-18fix for #847 (#1022)Ben Smith
2021-07-18Mirror option for bottom_pane layout_strategy (#847)Ben Smith
2021-07-17fix: prevent error if preview scroll is triggered but no preview is available...Abe Nonym
2021-07-17feat: add ^ and $ to characters handled by regex escape (#1007)Daniel Imfeld
2021-07-17fix: correct the prompt title (#1013)wongxy
2021-07-16fix: error from hopping faster than preview (#1006)fdschmidt93
2021-07-16feat: add cursor layout (#878)Corentin Brunel
2021-07-16feat: enable to preview themes (#980)wongxy
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-14feat: add `search_dirs` to split_keywords table (#986)Jonathan Teran
2021-07-14chore: changelog for 473 (#992)Simon Hauser
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-14fix: builtin `find_files`, `find` command `win32` check == 0 (#989)Luke Kershaw
2021-07-13feat: add Windows `where` file finder command (#979)Luke Kershaw
2021-07-11fix: for closed buffer in tagstack picker (#972)caojoshua
2021-07-11refactor: Jumplist picker uses quickfix entry maker. Delete jumplist entry ma...caojoshua
2021-07-10fix: pasting multiline register content (#971)toppair
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-03feat: option to `include_extensions` in `builtin` picker (#953)Luke Kershaw
2021-07-03feat: select_all, toggle_all and drop_all actions (#931)fdschmidt93
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-27fix: display issues in `:Telescope registers` (#940)Luke Kershaw
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-12fix: ripgrep 13Simon 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: delete entry from the picker without closing telescope (#828)Dhruv Manilawala
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-06fix: search_dirs in builtin.grep_string (#897)the continium
2021-06-03docs: add more builtin.buffers documentation (#888)Gwarnifarn
2021-06-01fix: correctly check output of git worktree command (#882)Jose Alvarez
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-31feat: send to loclist (#868)runiq
2021-05-30Change the `show_all_buffers` option to true by default for `buffers` picker ...Ben Smith
2021-05-30Add documentation for quickfix actions (#869)runiq
2021-05-30fix: attempt to concatenate when entry.kind == nil or or symbol_type == nil (...Alex Mastro
2021-05-26fix: abort picker set_selection if no manager (#866)kaddkaka
2021-05-16fix: string.find() matching for only_cwd option (builtin.buffers) (#849)Damon Timm
2021-05-15feat: add ivy-style layout strategy (#771)TJ DeVries
2021-05-15Reset multi-selection in Picker:refresh() (#830)Tom Praschan
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-11fix: prevents flickering when first loading a buffer preview entry (#797)Michał Nowotnik