summaryrefslogtreecommitdiff
path: root/lua/telescope/utils.lua
AgeCommit message (Expand)Author
2021-09-20feat(defaults): enable customization of path_display.truncate (#1264)tami5
2021-09-19feat: `truncate` option for `path_display` (#1254)Luke Kershaw
2021-09-12feat: smart path (#914)qualious
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93
2021-09-01doc: generate docgenSimon Hauser
2021-09-01feat: add utility for fetching buffer directory (#902)Logan Connolly
2021-08-20startup: load once and only when called for devicons (#1139)TJ DeVries
2021-08-06fixup: styluaTJ DeVries
2021-08-06fix: Do not transform URIsTJ DeVries
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-18feat: check type of `path_display` and warn user if wrong (#1023)Luke Kershaw
2021-07-16feat: Add length option for `shorten_path` (#886)Luke Kershaw
2021-07-16feat: Add ability to have a user defined function to format the path display ...Nazeeh ElDirghami
2021-07-14chore: changelog for 473 (#992)Simon Hauser
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-06-14chore: use plenary.strings and remove strings functions from utils (#690)JINNOUCHI Yasushi
2021-06-10feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)fdschmidt93
2021-06-10feat: improved configuration and sorting of lsp_{document,workspace}_diagnost...fdschmidt93
2021-04-20fix: support multiple clients in lsp code actions (#722)William Boman
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-02fix: make sure devicons are loaded (#590)Simon Hauser
2021-03-01refactor: move transform_devicons and get_devicons to utils (#580)ndavid
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-26fix: proper multibytes chars alignment (#560)elianiva
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-09hotfix: displayer showing now items on windows (#515)JINNOUCHI Yasushi
2021-01-31fix: Multi byte truncate for displayer (#464)JINNOUCHI Yasushi
2021-01-15feat: show git log for remote branches (#428)Simon Hauser
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-07feat: Force delete buffersTJ DeVries
2020-12-03fix: Set and unset report to what's needed when deleting buffers. (#282)Julian Berman
2020-11-13fix: Multiple Previewer fixes (#225)Simon Hauser
2020-11-02feat: v1 options menu (#133)Senghan Bright
2020-10-15fix: Use entry maker for marksTJ DeVries
2020-09-28fix: 126TJ DeVries
2020-09-24wip: Add some stuff for nvim_fileTJ DeVries
2020-09-17feat: Improved previewers and cleanupTJ DeVries
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
2020-09-12feat: builtin.commands (#54)TimUntersberger
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-01feat/hack: Add builtin.builtinTJ DeVries
2020-08-31Add some WIP stuffTJ DeVries
2020-08-31wip: Messing around w/ ffi for some stuffTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-20WIP: Actually get the UI to work and add some testsTJ DeVries
2020-08-03Work on ngram sorterTJ DeVries
2020-07-17Another streamTJ DeVries