summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/internal.lua
AgeCommit message (Expand)Author
2022-04-10fix(builtin.colorscheme): also restore &background (#1835)wongxy
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-10fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)Simon Hauser
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2022-02-13feat(spell_suggest): ignore spell setting (#1744)Roland Fredenhagen
2022-01-28feat (keymaps): add configuration options (#1703)daangoossens22
2022-01-28fix (autocommands): doesn't show all autocommands (#1717)daangoossens22
2022-01-14feat: make results pane of builtin `keymaps` more readable (#1684)daangoossens22
2022-01-03fix: picker for keymaps error with new api for keymaps (#1646)Sebastian Lyng Johansen
2021-12-27chore: remove redundant run_builtin action (#1589)kylo252
2021-12-19fix: `builtin` only have entries for extension functions (#1587)Luke Kershaw
2021-12-10break: bump the minimum required neovim version to 0.6 or higher (#1549)Simon Hauser
2021-11-18fix: use `string.format` on `builtin.resume` error message (#1465)Luke Kershaw
2021-11-04fix: revert buffers previewer (#1400)fdschmidt93
2021-10-24fix: Exclude unlisted lsp buffers in oldfiles picker (#1219)A. Schueler
2021-10-12fix: loclist can have non current buf entries (#1333)fdschmidt93
2021-10-09fix: alias cwd_only and only_cwd option for buffers and oldfiles (#1316)Patrick Ziegler
2021-09-27fix: show error message when nothing is selected (#1289)Jonas Strittmatter
2021-09-26fix: print error mesage and dont close telescope if nothing is selected (#1285)Simon Hauser
2021-09-22fix: help_tags if file_ignore_patterns = { "doc" } is set (#1279)Rafael A. Madriz
2021-09-19fix(builtin): internal.help_tags not finding all tags (#1258)Javier Lopez
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-08-23fix(pickers): attach_mappings on builtins.buffers needs return (#1155)Aiden Scandella
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-19feat: sort_mru for builtin buffers (#1028)Simon Hauser
2021-07-17fix: correct the prompt title (#1013)wongxy
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