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
/
plugin
/
telescope.vim
Age
Commit message (
Expand
)
Author
2021-12-03
feat: highlight group for counter: TelescopePromptCounter
Simon Hauser
2021-11-29
add Normal highlights for prompt and results (#1514)
max397574
2021-11-13
docs: add a changelog entry for updated version requirements (#1444)
Luke Kershaw
2021-11-04
breaking: bump nvim version requirement to 0.5.1 (#1406)
Julian Fricker
2021-10-26
feat: separate higlight for titles in picker windows (#1362)
Luke Kershaw
2021-09-27
fix highlight declaration of 'TelescopePreviewMessageFillchar' (#1290)
Sávio Carlos Martins Costa
2021-09-27
feat: filetype_hook & improved docs; fix preview partial override (#1273)
fdschmidt93
2021-09-27
feat: add highlight group: TelescopePreviewMessage (#1286)
Sávio Carlos Martins Costa
2021-08-21
fix(command_definition): default to nil on empty <f-args> (#1142)
Jonathan Teran
2021-08-19
Allow range parameters on command parser (#1123)
Jan Steinke
2021-04-27
feat: Just straight up error right away for nvim 0.4.4
TJ DeVries
2021-04-09
feat: add icons to git_status finder (#401)
Senghan Bright
2021-03-04
fix: add loading guard (#602)
Dmitry
2021-03-03
fix: subcommand completion for each extension (#597)
tamago324
2021-03-02
Enhance Telescope command (#588)
Raphael
2021-02-12
feat: buffer previewers ls is now colorized (#505)
Simon Hauser
2021-01-31
support custom table type keyword (#450)
Raphael
2021-01-24
fix: allow previewer win customization (#460)
Alvaro Muñoz
2021-01-09
fix #406 (#407)
Raphael
2021-01-08
refactor telescope command (#398)
Raphael
2021-01-04
feat: Add highlight to builtin.git_status (#388)
Cedric M'Passi
2021-01-04
feat: add extension in telescope command (#380)
Raphael
2020-12-29
feat: All buffer previewers are now async and more config options (#354)
Simon Hauser
2020-12-19
Feat: displayer hl_chars and TelescopeResults hlgroups (#349)
Simon Hauser
2020-12-17
Fix builtin.builtin again and add TelescopePreviewMatch hlgroup (#342)
Simon Hauser
2020-12-17
Update autocmd, highlights and help_tags previewers (#332)
Simon Hauser
2020-11-23
Filter the completion of the command (#279)
tamago324
2020-11-03
Feat: convert options if it is table type in lua (#220)
Raphael
2020-11-01
rewrite command of telescope (#197)
Raphael
2020-10-24
feat: turn on matching colors by default, since people do not know about it
TJ DeVries
2020-10-12
Add Colorscheme and Marks Support and Telescope Commands (#167)
Raphael
2020-10-08
feat: prompt_prefix option (#154)
Alvaro Muñoz
2020-10-02
feat: Add highlight for selection caret (#135)
Alvaro Muñoz
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-26
feat: Add TelescopeMatching a new highlight for matches from sorters
TJ DeVries
2020-09-12
feat: Better border configuration.
TJ DeVries
2020-09-11
fix: make begin proff
TJ DeVries
2020-09-11
temp: add PERF
TJ DeVries
2020-09-03
feat: Add cool mapping for <C-R> in command mode
TJ DeVries
2020-09-01
wip: new sorters
TJ DeVries
2020-08-29
feat: Add selection and start actions
TJ DeVries
2020-07-15
Initial commit after stream
TJ DeVries