summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin
AgeCommit message (Expand)Author
2021-10-12feat: filtering for dynamic workspace symbols (#1336)fdschmidt93
2021-10-12fix: loclist can have non current buf entries (#1333)fdschmidt93
2021-10-09fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)Patrick Ziegler
2021-10-07fix: code action for rust analyzer (#1311)Simon Hauser
2021-09-27fix: show error message when nothing is selected (#1289)Jonas Strittmatter
2021-09-26fix: print error mesage and dont close telescope if nothing is selected (#1285)Simon Hauser
2021-09-22fix: help_tags if file_ignore_patterns = { "doc" } is set (#1279)Rafael A. Madriz
2021-09-22fix(lsp): check if action.command.arguments is nil (#1274)Jose Alvarez
2021-09-19fix(builtin): internal.help_tags not finding all tags (#1258)Javier Lopez
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-15feat: Remove version field if zero from codeaction calls (#738)Matsu
2021-09-12fix: add no more flags delimiter for ripgrep (#1217)Chase Colman
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-09Add word to prompt title for grep string (#1184)Dheepak Krishnamurthy
2021-09-05fix(lsp): Handle new signature for lsp handlersTJ DeVries
2021-09-02fix(picker): incorrect git stash picker command (#1195)Phelipe
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-09-01feat: add utility for fetching buffer directory (#902)Logan Connolly
2021-09-01fix: Should not block on git commands (#1176)TJ DeVries
2021-08-25fix(ts-highlighting): get hl name from the capture (#1166)Dhruv Manilawala
2021-08-23fix(pickers): attach_mappings on builtins.buffers needs return (#1155)Aiden Scandella
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-23refactor(pickers): remove additional fileopen (#1154)tami5
2021-08-23pickers(*): Add support for &tags (#1122)Emilia Simmons
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-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-19Allow range parameters on command parser (#1123)Jan Steinke
2021-08-12chore: separate commit date & time in git_branches (#1111)James Trew
2021-08-11fix: builtin `list_or_jump` now handles non list replies from the server (#1101)Marten Trip
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-04fix: escape newlines in code action title (#1012)Dhruv Manilawala
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-08-03fix: git_bcommit use absolute path for current file (#1059)Joshua Cao
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-17feat: add ^ and $ to characters handled by regex escape (#1007)Daniel Imfeld
2021-07-17fix: correct the prompt title (#1013)wongxy
2021-07-16feat: enable to preview themes (#980)wongxy
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03