summaryrefslogtreecommitdiff
path: root/lua/telescope/make_entry.lua
AgeCommit message (Expand)Author
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
2021-07-01feat: Consistent and sensible layout_config (#922)TJ DeVries
2021-06-27fix: display issues in `:Telescope registers` (#940)Luke Kershaw
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-10feat: improved configuration and sorting of lsp_{document,workspace}_diagnost...fdschmidt93
2021-05-30fix: attempt to concatenate when entry.kind == nil or or symbol_type == nil (...Alex Mastro
2021-05-11feat: add git_stash picker (#800)Amirreza Askarpour
2021-05-09feat: jumplist picker and jump to row/col on existing buffers. (#813)caojoshua
2021-05-08feat: add option to configure width of items in gen_from_lsp_symbols() (#812)Tom Praschan
2021-05-08feat: Add only_sort_tags option for builtin.tags (#825)Eugene Oliveros
2021-04-17fix: live_grep path appending with cwd when already absolute (#768)August Masquelier
2021-04-15feat: table layout for builtin commands (#754)Weihang Lo
2021-04-09feat: add icons to git_status finder (#401)Senghan Bright
2021-04-09fix: update to newer code (#744)TJ DeVries
2021-04-07fix: Use standardized names for current buffer fuzzy find (#737)TJ DeVries
2021-04-06feat: buf highlights for current buffer fuzzy find (#732)TJ DeVries
2021-04-04feat: current buffer fuzzy find improvements (#694)August Masquelier
2021-03-04fix: error from unset LspDiagnosticSign & introduce opts.no_sign to lsp_*_dia...fdschmidt93
2021-03-04feat: workspace diagnostics, jump to and improved styling (#599)fdschmidt93
2021-03-03feat: lsp diagnostics and prefiltering by entry attribute (#543)fdschmidt93
2021-03-01refactor: move transform_devicons and get_devicons to utils (#580)ndavid
2021-02-12fix: git_commits when a commit has no message (#529)Danilo Luvizotto
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-08feat: show all sections in man_pages (#512)JINNOUCHI Yasushi
2021-02-02feat: add sections opt for man_pages and fix for macos (#413)JINNOUCHI Yasushi
2021-01-31fix: Multi byte truncate for displayer (#464)JINNOUCHI Yasushi
2021-01-11feat: only_search_text (#419)TJ DeVries
2021-01-04feat: Add highlight to builtin.git_status (#388)Cedric M'Passi