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
/
internal.lua
Age
Commit message (
Expand
)
Author
2021-07-16
feat: enable to preview themes (#980)
wongxy
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-11
fix: for closed buffer in tagstack picker (#972)
caojoshua
2021-07-11
refactor: Jumplist picker uses quickfix entry maker. Delete jumplist entry ma...
caojoshua
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-07-03
feat: option to `include_extensions` in `builtin` picker (#953)
Luke Kershaw
2021-05-30
Change the `show_all_buffers` option to true by default for `buffers` picker ...
Ben Smith
2021-05-16
fix: string.find() matching for only_cwd option (builtin.buffers) (#849)
Damon Timm
2021-05-09
feat: jumplist picker and jump to row/col on existing buffers. (#813)
caojoshua
2021-05-08
fix: oldfiles cwd_only that include backslashes (windows) (#820)
Luke Kershaw
2021-04-23
feat: add search history picker (#769)
Volodymyr Kot
2021-04-15
feat: table layout for builtin commands (#754)
Weihang Lo
2021-04-09
fix: update to newer code (#744)
TJ DeVries
2021-04-09
pickers(buffers): added only_cwd opt (#739)
Nitin Chaudhary
2021-04-08
feat: asyncify pickers - except for live_grep (#709)
TJ DeVries
2021-03-30
fix: no longer leaking one buffer previewer in some occasions (#664)
Simon Hauser
2021-03-18
Improve oldfiles Picker (#657)
Jesse Leite
2021-03-14
feat & fix: Command History Picker (#656)
tami5
2021-03-14
Prefer vim.api over vim.fn (#650)
Volodymyr Kot
2021-03-03
fix: remove gotos because this breaks lua 5.1 (#583)
TJ DeVries
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-02-02
feat: add sections opt for man_pages and fix for macos (#413)
JINNOUCHI Yasushi
2021-01-27
Undo #465 (#469)
anott03
2021-01-25
fix: move to actions.select as default action (#465)
anott03
2021-01-25
feat: support different languages for help_tags if helpfiles are available in...
JINNOUCHI Yasushi
2021-01-19
feat: add ignore_current_buffer opt to builtin buffers (#444)
relnod
2021-01-15
feat: show git log for remote branches (#428)
Simon Hauser
2021-01-06
fix: remove quotes from spell suggestions (#400)
Senghan Bright
2021-01-06
Spell suggestions (#399)
Senghan Bright
2021-01-06
add devicons to oldfiles picker (#397)
JINNOUCHI Yasushi
2020-12-27
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
tamago324
2020-12-23
feat: include buf local maps, execute item on enter (#360)
tami5
2020-12-19
Feat: displayer hl_chars and TelescopeResults hlgroups (#349)
Simon Hauser
2020-12-18
Add more colour (#346)
Senghan Bright
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-12-16
fix: don't error when no hidden buffers are available (#341)
Senghan Bright
2020-12-10
Feat: symbols json picker (#303)
Simon Hauser
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-09
Feat: Opt in vim buffers for previewers (#298)
Simon Hauser
2020-12-02
Fix to pass opts to pickers (#301)
tamago324
2020-12-02
new builtin - autocommands (#302)
Senghan Bright
2020-11-28
Fix builtin.builtin for lsp and git modules (#300)
Simon Hauser
2020-11-26
Refactor builtin (#287)
Simon Hauser
[prev]