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
/
init.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-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-07-01
feat: Consistent and sensible layout_config (#922)
TJ DeVries
2021-06-14
feat: cycle previewers with commit and bcommit already using it (#528)
Simon Hauser
2021-06-10
feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)
fdschmidt93
2021-06-10
feat: improved configuration and sorting of lsp_{document,workspace}_diagnost...
fdschmidt93
2021-06-09
feat: set defaults for each picker in telescope setup (#883)
Simon Hauser
2021-06-06
docs: update builtin.file_browser options (#887)
David Mejorado
2021-06-03
docs: add more builtin.buffers documentation (#888)
Gwarnifarn
2021-05-31
feat: add prefiltering to treesitter picker (#879)
fdschmidt93
2021-05-30
Change the `show_all_buffers` option to true by default for `buffers` picker ...
Ben Smith
2021-05-13
Docs for builtin pickers (#783)
Ben Smith
2021-05-11
fix: add git_stash field to builitn (#836)
saadparwaiz1
2021-05-09
feat: jumplist picker and jump to row/col on existing buffers. (#813)
caojoshua
2021-04-23
feat: add search history picker (#769)
Volodymyr Kot
2021-04-20
lsp: Implement lsp.implementations similar to lsp.definitions (#743)
Viktor Kojouharov
2021-04-13
added a new DynamicFinder (which can be used with rust_analyzer) (#705)
oberblastmeister
2021-04-09
fix: update to newer code (#744)
TJ DeVries
2021-03-09
feat: lsp definitions (#631)
oberblastmeister
2021-03-04
feat: workspace diagnostics, jump to and improved styling (#599)
fdschmidt93
2021-03-03
feat: lsp diagnostics and prefiltering by entry attribute (#543)
fdschmidt93
2021-03-03
docs: start documenting previewers (#574)
Simon Hauser
2021-02-24
feat: Add vim docs & generators (#370)
TJ DeVries
2021-02-23
feat: file browser & refresh interface (#290)
Simon Hauser
2021-01-06
Spell suggestions (#399)
Senghan Bright
2020-12-10
Feat: symbols json picker (#303)
Simon Hauser
2020-12-03
fix: Set and unset report to what's needed when deleting buffers. (#282)
Julian Berman
2020-12-02
new builtin - autocommands (#302)
Senghan Bright
2020-11-28
feat: add lsp range code actions (#297)
windwp
2020-11-26
Refactor builtin (#287)
Simon Hauser
2020-11-23
feat: Buffers rework (indicators and sorting) (#208)
Simon Hauser
2020-11-23
feat: v0.1 of extensions (#278)
TJ DeVries
2020-11-23
Register finder (#275)
Senghan Bright
2020-11-21
feat: Add highlights builtin (#267)
Simon Hauser
2020-11-19
Feat: Add filetypes builtin (#263)
Simon Hauser
2020-11-16
Update attach_mappings to use new actions api (#249)
Simon Hauser
2020-11-16
feat: Add tags (#219)
Simon Hauser
2020-11-16
feat: Add git builtins (#240)
Simon Hauser