summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
AgeCommit message (Expand)Author
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-23feat(picker): command history filter (#2132)kkharji
2022-11-06feat: add jump_type option for lsp_references (#2218)Gutyina Gergő
2022-10-26fix: always load the up to date picker config on picker openSimon Hauser
2022-10-24feat: allow table as additional args in live grep and grep string (#2139)Gutyina Gergő
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-07-22fix: move the moon behind show_moon option and update documentation (#2072) (...steven
2022-07-06docs: add missing opts docs for lsp builtinsSimon Hauser
2022-07-06feat: grep_open_files for builtin.grep_string (#2039)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: search_file option for builtin fd command (#2029)Turiiya
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
2022-06-30feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_cal...Manuel
2022-06-30docs: clarify docs around `search_dirs` and `map_entries`Simon Hauser
2022-06-30feat: `find_command` can be a function (#2000)Simon Hauser
2022-06-30refactor: make_entry more consistent (#1410)Yorick Peterse
2022-06-30feat: add option `use_default_opts` to `builtin.builtin` (#1996)Bjarki Baldursson Harksen
2022-06-30feat: no-ignore-parent shorthand option for find_files. (#1963)Jeremy Neal
2022-06-30break(git_files): change show_untracked default to false (#842)Ben Smith
2022-06-12doc: use correct option name for 'only_sort_text' (#1995)Jose Veiga
2022-05-18docs: reflect behavior of diagnostics bufnr nil (#1879)matt rice
2022-05-04fix(builtin.tags): custom filename width (#1842)Michael Maves
2022-05-04feat(live_grep): add glob and type filter shorthand opts (#1695)kylo252
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-04-30feat: support for builtin.commands to show buffer commands (#1889)milanglacier
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
2022-04-25feat: switch to telescope.lua (#1873)Simon Hauser
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2022-04-18feat: added trim option to make_entry.gen_from_quickfix (#1838)rowario
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-04-09feat(lsp_references): include current line optionSimon Hauser
2022-03-20docs: fix typo in builtin.pickers section (#1792)Dylan Byars
2022-03-12feat(diagnostics): additional filter options (#1610)Sean Mackesey
2022-03-11feat(lsp): ignore_symbols option (#1745)tami5
2022-03-11feat(lsp_references): expose include_declaration option (default still true) ...tami5
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-01-28feat (keymaps): add configuration options (#1703)daangoossens22
2022-01-14chore: remove deprecated shorthand functions lsp_*_diagnosticsSimon Hauser
2022-01-11break!: remove file_browser from builtins (#1453)fdschmidt93
2022-01-09fix: documentation for lsp_range_code_actions (#1644)Ole Strøhm
2021-12-29chore: deprecation notice for builtin.file_browser (#1574)fdschmidt93
2021-12-27chore: remove redundant run_builtin action (#1589)kylo252
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-12-06fix: git stash entry formatting (#1452)Farbod Salamat-Zadeh
2021-11-04breaking: bump nvim version requirement to 0.5.1 (#1406)Julian Fricker
2021-10-24fix: opts.git_command for files, commits, bcommits (#1374)Simon Hauser
2021-10-12feat: filtering for dynamic workspace symbols (#1336)fdschmidt93