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