summaryrefslogtreecommitdiff
path: root/lua/telescope/make_entry.lua
AgeCommit message (Expand)Author
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
2020-12-03Feat: Displayer now supports highlights for separator and elements (#304)Simon Hauser
2020-12-02new builtin - autocommands (#302)Senghan Bright
2020-11-26Refactor builtin (#287)Simon Hauser
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23Register finder (#275)Senghan Bright
2020-11-21feat: Add highlights builtin (#267)Simon Hauser
2020-11-16feat: Add tags (#219)Simon Hauser
2020-11-16feat: Add git builtins (#240)Simon Hauser
2020-11-09Rename and simplify make_entry functionNolan Prochnau
2020-11-09Grab helptags from all paths defined in rtpNolan Prochnau
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-11-02fix: #211TJ DeVries
2020-10-25feat: Add ability to turn off devicon colorsTJ DeVries
2020-10-24feat: Use colors from nvim-deviconsTJ DeVries