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
/
doc
Age
Commit message (
Expand
)
Author
2021-08-21
fix: some improvements for telescope.symbols if run in insert mode (#1117)
Simon Hauser
2021-08-18
feat: allow tables in vimscript command parser (#1075)
Luke Kershaw
2021-08-04
chore: reformat docs after tree-sitter-lua changes
Simon Hauser
2021-08-04
feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)
zeertzjq
2021-08-04
fix: preview the correct man page section (#1076)
zeertzjq
2021-08-04
feat: live_grep and grep_string function for additional opts (allow file mask...
Nazeeh ElDirghami
2021-08-04
fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)
bi0ha2ard
2021-08-03
fix: fix `file_browser` on windows and potentially other file opens (#1026)
Luke Kershaw
2021-07-19
feat: sort_mru for builtin buffers (#1028)
Simon Hauser
2021-07-16
feat: add cursor layout (#878)
Corentin Brunel
2021-07-16
feat: enable to preview themes (#980)
wongxy
2021-07-16
feat: Add length option for `shorten_path` (#886)
Luke Kershaw
2021-07-16
feat: Add ability to have a user defined function to format the path display ...
Nazeeh ElDirghami
2021-07-14
chore: changelog for 473 (#992)
Simon Hauser
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-10
fix: pasting multiline register content (#971)
toppair
2021-07-09
feat: cycle prompt history (#521)
Simon Hauser
2021-07-08
fix: wrong information in changelog
Simon Hauser
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-07-03
feat: select_all, toggle_all and drop_all actions (#931)
fdschmidt93
2021-07-02
feat: `selection_strategy` closest (#885)
Tom
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: delete entry from the picker without closing telescope (#828)
Dhruv Manilawala
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-31
feat: send to loclist (#868)
runiq
2021-05-30
Change the `show_all_buffers` option to true by default for `buffers` picker ...
Ben Smith
2021-05-30
Add documentation for quickfix actions (#869)
runiq
2021-05-15
feat: add ivy-style layout strategy (#771)
TJ DeVries
2021-05-13
Docs for builtin pickers (#783)
Ben Smith
2021-05-11
feat: add git_stash picker (#800)
Amirreza Askarpour
2021-04-23
docs: Git actions docs fix (#787)
Ben Smith
2021-04-22
docs: add other actions modules (#792)
TJ DeVries
2021-04-22
fix checking for git dir in a bare repo (#757)
PolarMutex
2021-03-30
fix: no longer leaking one buffer previewer in some occasions (#664)
Simon Hauser
2021-03-17
fix: related to #13 telescope-project, enter insert mode on prompt close (#637)
Christopher Laidler
2021-03-05
feat: define scroll speed + smart_send to qflist (#610)
elianiva
2021-03-03
feat: lsp diagnostics and prefiltering by entry attribute (#543)
fdschmidt93
2021-03-03
docs: start documenting previewers (#574)
Simon Hauser
2021-03-03
[docgen] Update doc/telescope.txt
Github Actions
2021-02-28
feat: layout horizontal and vertical can now be mirrored (#548)
Ben Smith
2021-02-27
feat: multi selection. Only integrates with send_selected_to_qflist (#551)
TJ DeVries
2021-02-27
fix: a lot of small things and adds more customization for caret (#554)
Simon Hauser
2021-02-24
feat: Add vim docs & generators (#370)
TJ DeVries