summaryrefslogtreecommitdiff
path: root/lua/telescope/make_entry.lua
AgeCommit message (Expand)Author
2022-12-28docs: fix typos/wording (#2283)Tsakiris Tryfon
2022-12-28feat(git): git_commits shows the current branch graph (#2288)Cyan
2022-12-21fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)Luke Kershaw
2022-12-02fix(builtin.commands): no preview for multiline description commands (#2244)Anton
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-10-25fix: rg invert and files-with-matches res line parsing (#2208)Simon Hauser
2022-10-09feat(diagnostics): change highlight groups to DiagnosticSign... (#2194)Nghia Le Minh
2022-09-30works with register name and content (#2178)Tushar Kuntawar
2022-09-27fix: builtin register picker better sorting (#2175)Tushar Kuntawar
2022-07-07fix: more autocmds desc fixes (#2049)Simon Hauser
2022-07-07fix: autocmd, show desc if available (#2046)Simon Hauser
2022-07-06feat(grep_string): invert_match for search="", removing empty lines (#2040)Simon Hauser
2022-07-04fix: path_display hidden for make_entry.gen_from_quickfix (#2038)Charles Moscofian
2022-07-01docs: `make_entry` and `entry_display`julianf
2022-07-01feat: Add entry_index for entry_makersTJ DeVries
2022-06-30fix: truncate for builtin.buffersSimon Hauser
2022-06-30fix(current_buffer_tags): tag-relative=never (#1970)Dane Summers
2022-06-30chore: cleanup autocmd builtin (#1947)Simon Hauser
2022-06-30refactor: make_entry more consistent (#1410)Yorick Peterse
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30feat(vim_options): show scope information in display (#1956)Simon Hauser
2022-06-30chore: cleanup vim options (#1946)Simon Hauser
2022-05-15fix: get mark list from opts.bufnr instead of using :marks (#1935)pjmtdw
2022-05-09feat(builtin.keymaps): show lua fn name if available (#1929)fdschmidt93
2022-05-04fix(builtin.tags): custom filename width (#1842)Michael Maves
2022-05-01fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's de...Chinmay Dalal
2022-04-18feat: added trim option to make_entry.gen_from_quickfix (#1838)rowario
2022-03-11fix(grep): make filename parser non-greedy (#1785)Tom
2022-03-10fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)Simon Hauser
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-01-16fix: handle filenames with colons in `live_grep` (#1609)Luke Kershaw
2022-01-14feat: make results pane of builtin `keymaps` more readable (#1684)daangoossens22
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser
2021-12-06fix: git stash entry formatting (#1452)Farbod Salamat-Zadeh
2021-12-03fix: regression with grep builtins (#1548)Simon Hauser
2021-12-03fix: check for Windows drive letter when parsing vimgrep (#1494)Luke Kershaw
2021-12-01fix: Remove symbol_msg substitution (#1525)Daniel Kempkens
2021-11-27feat: extend functionality of `entry_display.create` (#1408)Luke Kershaw
2021-10-19fix(tags): wrong path separator on Windows (#1354)x1314aq
2021-09-26fix: tags now also support suppercollider tags (#1284)Simon Hauser
2021-09-19feat: `truncate` option for `path_display` (#1254)Luke Kershaw
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-10fix: stale lnum in buffer previewer (#1229)fdschmidt93
2021-09-10fix: jump to tag if buffer has unsaved changes (#1230)Simon Hauser
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-11refactor: Jumplist picker uses quickfix entry maker. Delete jumplist entry ma...caojoshua
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua