summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
AgeCommit message (Expand)Author
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
2021-06-03docs: add more builtin.buffers documentation (#888)Gwarnifarn
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-30Change the `show_all_buffers` option to true by default for `buffers` picker ...Ben Smith
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-11fix: add git_stash field to builitn (#836)saadparwaiz1
2021-05-09feat: jumplist picker and jump to row/col on existing buffers. (#813)caojoshua
2021-04-23feat: add search history picker (#769)Volodymyr Kot
2021-04-20lsp: Implement lsp.implementations similar to lsp.definitions (#743)Viktor Kojouharov
2021-04-13added a new DynamicFinder (which can be used with rust_analyzer) (#705)oberblastmeister
2021-04-09fix: update to newer code (#744)TJ DeVries
2021-03-09feat: lsp definitions (#631)oberblastmeister
2021-03-04feat: workspace diagnostics, jump to and improved styling (#599)fdschmidt93
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93