| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-15 | feat: Add ability to choose window to edit (#745) | TJ DeVries | |
| 2022-05-09 | feat(docs): simplified architecture flow chart (#1925) | fdschmidt93 | |
| `:h telescope.nvim` now shows an overview of the telescope architecture | |||
| 2022-05-04 | fix(builtin.tags): custom filename width (#1842) | Michael Maves | |
| 2022-05-04 | feat(live_grep): add glob and type filter shorthand opts (#1695) | kylo252 | |
| 2022-05-04 | feat: quickfixhistory picker (#1878) | fdschmidt93 | |
| 2022-05-01 | fix: termopen previewer (#1901) | Simon Hauser | |
| - buffer leaking - still insert mode on confirm | |||
| 2022-04-30 | docs: add 'https://' prefix to smart history link (#1885) | Austin Ray | |
| 2022-04-30 | feat: support for builtin.commands to show buffer commands (#1889) | milanglacier | |
| 2022-04-30 | docs(smart_path): add negative performance warning (#1899) | Simon Hauser | |
| 2022-04-26 | docs: fix typo in reference to vim.lsp.buf.code_action (#1883) | Maximilian Schmidt | |
| 2022-04-25 | break: remove lsp code actions (#1866) | Simon Hauser | |
| see :help telescope.changelog-1866 for more information | |||
| 2022-04-22 | fix: fix keep insert when going from telescope window to telescope window ↵ | kylo252 | |
| (#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-04-22 | break: bump minimum required neovim version to 0.7 (#1851) | Simon Hauser | |
| 2022-04-18 | feat: add default hl group for devicons (#1849) | Antoine Bertin | |
| 2022-04-18 | feat: added trim option to make_entry.gen_from_quickfix (#1838) | rowario | |
| 2022-04-18 | docs: add module prefix (#1847) | Simon Hauser | |
| 2022-04-17 | docs: document more actions and add introduction to actions (#1829) | Simon Hauser | |
| 2022-04-09 | feat(lsp_references): include current line option | Simon Hauser | |
| close: #1821 | |||
| 2022-04-08 | feat: global configuration of results_title and prompt_title (#1817) | Michael Benford | |
| 2022-03-20 | feat: enable individual options for mappings (#890) | Waldson Patrício | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-20 | doc: help for select_{default,tab,vertical,horizontal} (#1801) | Jonathan Birk | |
| 2022-03-20 | docs: fix typo in defaults.history section (#1797) | Suvansh Kumar | |
| 2022-03-20 | docs: fix typo in builtin.pickers section (#1792) | Dylan Byars | |
| 2022-03-12 | feat(diagnostics): additional filter options (#1610) | Sean Mackesey | |
| - root_dir. Useful to browse only project-scoped diagnostics. - buflisted status. Useful to exclude diagnostics from unlisted buffers, which are created by language servers that analyze the entire project/workspace (e.g. sumneko-lua). | |||
| 2022-03-11 | feat(lsp): ignore_symbols option (#1745) | tami5 | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-03-11 | feat(lsp_references): expose include_declaration option (default still true) ↵ | tami5 | |
| (#1449) | |||
| 2022-03-04 | docs: fix typo 'seperator' in documentation (#1767) | Vivianne | |
| 2022-03-02 | Change center layout strategy to allow vertical anchoring (#1719) | Alef Pereira | |
| * Change center layout strategy to allow vertical anchoring Affects `telescope.pickers.layout_strategies.center` that is used by dropdown (`telescope.themes.get_dropdown()`) theme, allowing more customization for dropdown theme, i. e. setting it in the top with mirrored preview. For `anchor` containing `N` or `S` will ignore `mirror` config and preview will be placed as follows: - Anchoring for `N` put the preview below the prompt result block. - Anchoring for `S` put the preview above the prompt result block. - For horizontal anchoring preview will be placed according to `mirror`. * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github> | |||
| 2022-02-15 | feat: allow user to wrap picker results (#701, #1296) (#1735) | Sultanahamer | |
| 2022-02-14 | fix: add opts.bufnr and opts.winnr to builtin picker (#1706) | James Trew | |
| 2022-01-28 | feat (keymaps): add configuration options (#1703) | daangoossens22 | |
| 2022-01-15 | fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682) | Luke Kershaw | |
| * fix: `multi_icon` with `select/drop/toggle_all` * typos * fix: add check for no caret found * fix: add check for no line found * fix: check `max_results` in `Picker:can_select_row` - also switch order of highlighting in `select/drop/toggle_all` actions * fix: make `max_results` check a strict inequality * [docgen] Update doc/telescope.txt skip-checks: true * fix: update `prompt_status` on `select/drop/toggle_all` actions Co-authored-by: Github Actions <actions@github> | |||
| 2022-01-15 | docs: remove file browser (#1691) | Ariel | |
| 2022-01-09 | feat: tiebreak config function (#1401) | Julian Fricker | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-01-09 | fix: documentation for lsp_range_code_actions (#1644) | Ole Strøhm | |
| 2022-01-05 | feat: multiselect icon (#1572) | Luke Kershaw | |
| * feat: add `multi_icon` option to pickers and corresponding highlight * feat: allow `multi_icon` to be any length * fix: adjust `selection_caret` highlighting | |||
| 2021-12-27 | fix: too early setup on initial extension access (#1601) | fdschmidt93 | |
| 2021-12-27 | chore: remove redundant run_builtin action (#1589) | kylo252 | |
| 2021-12-10 | feat: layout `anchor` (#1582) | Luke Kershaw | |
| * feat: add `anchor` option to some `layout_strategies` * tests: improve tests for `resolve_height/width` | |||
| 2021-12-10 | feat: migrate to Telescope diagnostics using vim.diagnostic (#1553) | Simon Hauser | |
| 2021-12-10 | break: bump the minimum required neovim version to 0.6 or higher (#1549) | Simon Hauser | |
| So we can use `vim.json` and `vim.diagnostics`. If you aren't able to update to 0.6.* yet you should pin the previous commit. | |||
| 2021-12-10 | feat: `center` layout `mirror` option (#1577) | Luke Kershaw | |
| 2021-12-06 | fix: git stash entry formatting (#1452) | Farbod Salamat-Zadeh | |
| 2021-12-06 | typo: `which_key` (#1560) | GenesisTMS | |
| 2021-12-03 | defaults: change `center` layout default size (#1546) | Luke Kershaw | |
| * defaults: change `center` layout default size - now matches the description and has space for a preview above the central block | |||
| 2021-12-03 | docs: layout strategy usage (#1493) | Luke Kershaw | |
| 2021-11-29 | chore: layout strategy tidying (#1509) | Luke Kershaw | |
| 2021-11-18 | fix: cleanup of layout actions | Luke Kershaw | |
| * fix: finish docs and remove mistakes from merge * fix: change order of `popup` changes based on type of change - removes "flash" issue where popups don't update in sync | |||
| 2021-11-18 | feat: layout actions (#1383) | Luke Kershaw | |
| Co-authored-by: johnybx <johnybx@users.noreply.github.com> | |||
| 2021-11-18 | feat: add hide / unhide preview (#1305) | johnybx | |
| * feat: add hide / unhide preview or results and prompt * fix edit actions while only preview window is active * add option to start telescope without previewer -> "disable_previewer_at_startup" * remove hide / unhide prompt and resutls, improve hide / unhide preview * fix tests - check if popup window should be created with borders - popup.create does not support setting borderhighlight and border=false * allow toggle preview even if preview is set to false * reuse recalculate_layout in hide / unhide preview * add docs to toggle preview * check if preview window is valid window * remove unnecessary changes * cleanup, remove unnecessary changes * close all previewers, refactor toggle preview code [docgen] Update doc/telescope.txt skip-checks: true | |||
