summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/files.lua
AgeCommit message (Expand)Author
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-07-01feat: search_file option for builtin fd command (#2029)Turiiya
2022-07-01fix: crash in tags on enter for no results and random crash in previewerSimon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-06-30feat(rg): pass multiple globs to rg by default (#2003)Anton
2022-06-30feat: `find_command` can be a function (#2000)Simon Hauser
2022-06-30feat(tags): process tagfiles on the fly (#1989)Antoine
2022-06-30feat: no-ignore-parent shorthand option for find_files. (#1963)Jeremy Neal
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-30fix: grep_string crashes when string has newline (#2026)Reed Koser
2022-05-04feat(live_grep): add glob and type filter shorthand opts (#1695)kylo252
2022-03-30fix (treesitter): kind columnSimon Hauser
2022-03-26fix (tags|btags): escape all special characters (#1806)ibhagwan
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-12fix(find_files): follow with unix `find` command (#1787)i3Cheese
2022-03-10fix(*grep): escape dot when not using regex (#1784)Slotos
2022-03-08fix: treesitter picker with lua (defintions) (#1779)Simon Hauser
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-01-11break!: remove file_browser from builtins (#1453)fdschmidt93
2022-01-09fix(builtin.treesitter): make sure that kind is not nilSimon Hauser
2022-01-06fix: support find_command along with shorthand options (#1642)pedro757
2021-12-29chore: deprecation notice for builtin.file_browser (#1574)fdschmidt93
2021-12-27chore: remove dot at the beginning (#1552)Simon Hauser
2021-12-06fix: current_buffer_fuzzy_find in vue files (#1561)h0adp0re
2021-12-05fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_ena...Simon Hauser
2021-12-03fix: dont change highlights when using current_buffer_fuzzy_find (#1524)Simon Hauser
2021-11-15chore: reformat files.lua after stylua update (#1456)fdschmidt93
2021-10-28fix: buitin.tags broke when tags-file was in wildignore (#1387)Denis Cornehl
2021-09-12fix: add no more flags delimiter for ripgrep (#1217)Chase Colman
2021-09-09Add word to prompt title for grep string (#1184)Dheepak Krishnamurthy
2021-08-25fix(ts-highlighting): get hl name from the capture (#1166)Dhruv Manilawala
2021-08-23refactor(pickers): remove additional fileopen (#1154)tami5
2021-08-23pickers(*): Add support for &tags (#1122)Emilia Simmons
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-04feat: live_grep and grep_string function for additional opts (allow file mask...Nazeeh ElDirghami
2021-07-29feat: add no_ignore option to find_files (#1010)Lee Marlow
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-17feat: add ^ and $ to characters handled by regex escape (#1007)Daniel Imfeld
2021-07-17fix: correct the prompt title (#1013)wongxy
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-14fix: builtin `find_files`, `find` command `win32` check == 0 (#989)Luke Kershaw
2021-07-13feat: add Windows `where` file finder command (#979)Luke Kershaw
2021-07-08Consistent filepath display and code cleanup. (#839)caojoshua
2021-06-12fix: ripgrep 13Simon Hauser
2021-06-06fix: search_dirs in builtin.grep_string (#897)the continium
2021-05-31feat: add prefiltering to treesitter picker (#879)fdschmidt93
2021-05-13Docs for builtin pickers (#783)Ben Smith
2021-05-08feat: add use_regex option to grep_string (#767)Khalid
2021-04-28fix: file browser navigate to parent directory on windows (#786)Alex Fischer