index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
builtin
/
files.lua
Age
Commit message (
Expand
)
Author
2022-03-30
fix (treesitter): kind column
Simon Hauser
2022-03-26
fix (tags|btags): escape all special characters (#1806)
ibhagwan
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-03-12
fix(find_files): follow with unix `find` command (#1787)
i3Cheese
2022-03-10
fix(*grep): escape dot when not using regex (#1784)
Slotos
2022-03-08
fix: treesitter picker with lua (defintions) (#1779)
Simon Hauser
2022-02-14
fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
James Trew
2022-01-11
break!: remove file_browser from builtins (#1453)
fdschmidt93
2022-01-09
fix(builtin.treesitter): make sure that kind is not nil
Simon Hauser
2022-01-06
fix: support find_command along with shorthand options (#1642)
pedro757
2021-12-29
chore: deprecation notice for builtin.file_browser (#1574)
fdschmidt93
2021-12-27
chore: remove dot at the beginning (#1552)
Simon Hauser
2021-12-06
fix: current_buffer_fuzzy_find in vue files (#1561)
h0adp0re
2021-12-05
fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling is_ena...
Simon Hauser
2021-12-03
fix: dont change highlights when using current_buffer_fuzzy_find (#1524)
Simon Hauser
2021-11-15
chore: reformat files.lua after stylua update (#1456)
fdschmidt93
2021-10-28
fix: buitin.tags broke when tags-file was in wildignore (#1387)
Denis Cornehl
2021-09-12
fix: add no more flags delimiter for ripgrep (#1217)
Chase Colman
2021-09-09
Add word to prompt title for grep string (#1184)
Dheepak Krishnamurthy
2021-08-25
fix(ts-highlighting): get hl name from the capture (#1166)
Dhruv Manilawala
2021-08-23
refactor(pickers): remove additional fileopen (#1154)
tami5
2021-08-23
pickers(*): Add support for &tags (#1122)
Emilia Simmons
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-08-04
feat: live_grep and grep_string function for additional opts (allow file mask...
Nazeeh ElDirghami
2021-07-29
feat: add no_ignore option to find_files (#1010)
Lee Marlow
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-17
feat: add ^ and $ to characters handled by regex escape (#1007)
Daniel Imfeld
2021-07-17
fix: correct the prompt title (#1013)
wongxy
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-14
fix: builtin `find_files`, `find` command `win32` check == 0 (#989)
Luke Kershaw
2021-07-13
feat: add Windows `where` file finder command (#979)
Luke Kershaw
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-06-12
fix: ripgrep 13
Simon Hauser
2021-06-06
fix: search_dirs in builtin.grep_string (#897)
the continium
2021-05-31
feat: add prefiltering to treesitter picker (#879)
fdschmidt93
2021-05-13
Docs for builtin pickers (#783)
Ben Smith
2021-05-08
feat: add use_regex option to grep_string (#767)
Khalid
2021-04-28
fix: file browser navigate to parent directory on windows (#786)
Alex Fischer
2021-04-28
fix: use treesitter language name instead of ft if available (#801)
Dhruv Manilawala
2021-04-17
fix: live_grep path appending with cwd when already absolute (#768)
August Masquelier
2021-04-14
picker(live_grep): add option to grep only over open files (#666)
James Walmsley
2021-04-08
feat: asyncify pickers - except for live_grep (#709)
TJ DeVries
2021-04-07
fix: Use standardized names for current buffer fuzzy find (#737)
TJ DeVries
2021-04-06
feat: buf highlights for current buffer fuzzy find (#732)
TJ DeVries
2021-04-04
feat: current buffer fuzzy find improvements (#694)
August Masquelier
2021-03-31
fix: better relative path output in `live_grep` and `grep_string` (#683)
Jesse Leite
2021-03-29
picker(git_branch): show committer, upstream and date (#695)
Kyoichiro Yamada
2021-03-21
Fix prompt titles. Closes #OCD. (#675)
Jesse Leite
2021-03-04
feat: add hidden opt to file_browser (#608)
Tom
2021-02-23
feat: file browser & refresh interface (#290)
Simon Hauser
[next]