summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
AgeCommit message (Expand)Author
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
2021-10-09fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)Patrick Ziegler
2021-09-16feat: support <pattern> for git-for-each-ref (git_branches) (#1248)Anthony Nichols
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-12feat: lsp type definitions (#1224)Rodrigodd
2021-09-10feat: git merge branch action (#1220)thibthib18
2021-09-09perf: load builtin submodules when a picker is invoked (#1191)Dhruv Manilawala
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-09-01feat: add utility for fetching buffer directory (#902)Logan Connolly
2021-08-21hotfix: should have been there but wasntSimon Hauser
2021-08-21fix(pickers): config mappings (#1147)Simon Hauser
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-08-09fix: picker config (#1094)Simon Hauser
2021-08-04chore: reformat docs after tree-sitter-lua changesSimon Hauser
2021-08-04feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)zeertzjq
2021-08-04fix: preview the correct man page section (#1076)zeertzjq
2021-08-04feat: live_grep and grep_string function for additional opts (allow file mask...Nazeeh ElDirghami
2021-08-03fix: fix `file_browser` on windows and potentially other file opens (#1026)Luke Kershaw
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-29feat: add no_ignore option to find_files (#1010)Lee Marlow
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-19feat: sort_mru for builtin buffers (#1028)Simon Hauser
2021-07-16feat: enable to preview themes (#980)wongxy
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
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-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: set defaults for each picker in telescope setup (#883)Simon Hauser
2021-06-06docs: update builtin.file_browser options (#887)David Mejorado