summaryrefslogtreecommitdiff
path: root/lua/telescope/make_entry.lua
AgeCommit message (Expand)Author
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
2021-01-04Fix missing global (#384)Senghan Bright
2021-01-03fix: termopen previewer for powershell (#382)Simon Hauser
2020-12-31fix: tags now work with hasktags (#375)Simon Hauser
2020-12-29feat: All buffer previewers are now async and more config options (#354)Simon Hauser
2020-12-27feat: all entry_makers are now overridable and icons for builtin.buffers (#364)tamago324
2020-12-19Feat: displayer hl_chars and TelescopeResults hlgroups (#349)Simon Hauser
2020-12-19More colours (#351)Senghan Bright
2020-12-18Add more colour (#346)Senghan Bright
2020-12-17Update autocmd, highlights and help_tags previewers (#332)Simon Hauser
2020-12-17feat: add search_dirs opt to builtin.find_files to search from multiple dirs ...Anirudh Haritas Murali
2020-12-13change quickfix make_entry to use column displayer (#331)Senghan Bright
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser