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