summaryrefslogtreecommitdiff
path: root/lua/telescope/utils.lua
AgeCommit message (Expand)Author
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-13chore: delete unused functions (#1788)Simon Hauser
2022-03-11feat(lsp): ignore_symbols option (#1745)tami5
2021-12-27fix: transform_path nil input (#1576)Simon Hauser
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser
2021-11-18feat: add hide / unhide preview (#1305)johnybx
2021-11-14feat: `exclude` option for `shorten` in `path_display` (#1429)Luke Kershaw
2021-11-01chore: remove a lot of deprecated stuff (#1399)Simon Hauser
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