summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin
AgeCommit message (Expand)Author
2023-02-20fix: current_buffer_fuzzy_find highlighter (#2394)Simon Hauser
2023-02-19feat: support selection for grep_string (#2333)cristiansofronie
2023-02-19fix: apply jump_type only if the definition file is different from the curren...Luyu Huang
2023-02-19fix: current_buffer_fuzzy_find push cursor (#2393)Simon Hauser
2023-02-19fix(builtin.commands): add the command w/ zero arguments to cmd history when ...liugh
2023-02-19docs: add missing documentation for builtin lsp symbols (#2365)Uraza
2023-02-19feat: keep prompt and selection on git_staging_toggle (#2372)atusy
2023-01-31Revert "feat(git): git_commits shows the current branch graph (#2288)" (#2358)Simon Hauser
2023-01-30feat: Allow filtering for oldfiles and buffers (#2353)Svetlozar Iliev
2023-01-30fix: man_pages on macOS and FreeBSD (#2326) (#2352)Fernando Schauenburg
2023-01-22docs: proof-read edits (#2311)James Trew
2023-01-22fix(oldfiles): use path separator from builtin utils in cwd_only (#2340)Hasan Mahmud
2023-01-11feat(pickers): add opt.show_remote_tracking_branches to git_branches (#2314)Matt Taylor
2023-01-07fix(old_files): opts.cwd_only includes similarly named dirs (#2308)emmanueltouzery
2023-01-06fix: live_grep additional_args parsing (#2306)Simon Hauser
2023-01-06fix: correctly parse filenames with special chars in git_status (#2296)Jonas Strittmatter
2022-12-28feat(git): git_commits shows the current branch graph (#2288)Cyan
2022-12-28chore: bump ci to more modern os and nvim versions (#2289)Simon Hauser
2022-12-21fix: jumplist picker indexing the line after (#2273)Tobias S
2022-12-21fix: misidentification invert and files_with_matches (#2240) (#2262)fcying
2022-11-28feat: add configuration to fix encoding of output of find_command in find_fil...zbq
2022-11-27feat(builtin.keymaps): display noremap/buffer indicators and add lhs filter (...Xavier Young
2022-11-27feat: add new action to open quickfix window from quickfixhistory (#2249)kyoh86
2022-11-23feat: sort branches initially by authordate (#2236)A. Schueler
2022-11-23feat(picker): command history filter (#2132)kkharji
2022-11-11fix(lsp_references): not changing files if only 1 result (#2229)Andreas Guth
2022-11-06feat: add jump_type option for lsp_references (#2218)Gutyina Gergő
2022-11-06feat: the parameter "map" of attach_mappings can be list of modes to create m...ADoyle
2022-10-31Revert "feat(git): notify when not in a git repo instead of error (#2181)" (#...Simon Hauser
2022-10-26fix: always load the up to date picker config on picker openSimon Hauser
2022-10-25fix: rg invert and files-with-matches res line parsing (#2208)Simon Hauser
2022-10-24feat: allow table as additional args in live grep and grep string (#2139)Gutyina Gergő
2022-10-24perf(builtin): faster list extend for find_files (#2205)kylo252
2022-09-30feat(git): notify when not in a git repo instead of error (#2181)Antoine
2022-09-27fix: builtin register picker better sorting (#2175)Tushar Kuntawar
2022-09-17fix: don't include current line in lsp references if current_line=false (#2165)Marcus Caisey
2022-09-04docs: update for git_files and live_grep (#2133)Sam Rosenthal
2022-08-27fix(preview): update buffer previewer to upstream changes (#2150)Christian Clason
2022-08-13fix: find_files to force color=never (#2130)Bryce Montano
2022-08-04fix: restore testing framework to actually work (#2070)TJ DeVries
2022-08-01fix: error due to concatenating table to string (#2108)Christoph Blessing
2022-07-22fix: move the moon behind show_moon option and update documentation (#2072) (...steven
2022-07-22fix: `Telescope` command lsp_definition call (and potentially more) (#2086)Simon Hauser
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-07fix: live_grep search_dirs and grep_open_files optsSimon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-06docs: add missing opts docs for lsp builtinsSimon Hauser
2022-07-06feat(grep_string): invert_match for search="", removing empty lines (#2040)Simon Hauser
2022-07-06feat: grep_open_files for builtin.grep_string (#2039)Simon Hauser
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser