summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/files.lua
AgeCommit message (Expand)Author
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
2021-04-28fix: use treesitter language name instead of ft if available (#801)Dhruv Manilawala
2021-04-17fix: live_grep path appending with cwd when already absolute (#768)August Masquelier
2021-04-14picker(live_grep): add option to grep only over open files (#666)James Walmsley
2021-04-08feat: asyncify pickers - except for live_grep (#709)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-31fix: better relative path output in `live_grep` and `grep_string` (#683)Jesse Leite
2021-03-29picker(git_branch): show committer, upstream and date (#695)Kyoichiro Yamada
2021-03-21Fix prompt titles. Closes #OCD. (#675)Jesse Leite
2021-03-04feat: add hidden opt to file_browser (#608)Tom
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser