summaryrefslogtreecommitdiff
path: root/lua/telescope/utils.lua
AgeCommit message (Expand)Author
2023-03-22feat(treesitter): symbols & ignore symbols options (#2338)HEADmasterMaksym Klishevych
2023-01-22docs: proof-read edits (#2311)James Trew
2022-12-02fix: icons with multiple dots but without custom overrides (#2256)Simon Hauser
2022-12-01feat: support for multi-part file extensions like *.test.js (#2252)Mat Jones
2022-10-08fix: selected icon highlight with color_devicons to false (#2187)Antoine Bertin
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-06fix(path_display): allow function on path_display (#2043)Charles Moscofian
2022-06-30fix: truncate for builtin.buffersSimon Hauser
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30docs: document limitations of file_ignore_patterns and transform_path (#1955)Simon Hauser
2022-06-15fix: block autocommands when setting preview buffer (#2010)zeertzjq
2022-05-15fix: correctly use nvim-web-devicons (#1937)xeluxee
2022-04-22feat: show assigned function in actions.which_key (#1871)fdschmidt93
2022-04-18feat: add default hl group for devicons (#1849)Antoine Bertin
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