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