| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-14 | fix: add opts.bufnr and opts.winnr to builtin picker (#1706) | James Trew | |
| 2022-02-14 | fix: builtin `autocommands` previewer throws error (#1732) | daangoossens22 | |
| 2022-02-13 | fix(actions.qflist): make it work with vim quickfix commands (#1742) | Connor Sheehan | |
| use `r` mode to instead use `" "` mode. This makes Telescope quickfix list action send results to a new list in the quickfix stack instead of overwriting the entries in the current list. Doing so enables `:chistory`, `:colder` and `:cnewer` functions to review results of previous Telescope queries. The location list uses a similar API and is updated in this PR also (ie this also enables :lhistory, :lolder and :lnewer). | |||
| 2022-02-13 | feat(spell_suggest): ignore spell setting (#1744) | Roland Fredenhagen | |
| z= works even when spell is not set. I think it would be nice if Telescope would behave the same. | |||
| 2022-01-31 | chore: format with stylua 0.12.0 (#1730) | Simon Hauser | |
| 2022-01-28 | feat (keymaps): add configuration options (#1703) | daangoossens22 | |
| 2022-01-28 | fix (autocommands): doesn't show all autocommands (#1717) | daangoossens22 | |
| 2022-01-28 | fix(lsp): add missing offset encoding (#1718) | Chinmay Dalal | |
| 2022-01-28 | fix(action): insert symbol in insert mode (#1722) | Christian Clason | |
| followup to #1618, ensure insert after cursor | |||
| 2022-01-18 | fix: add offset encoding to `vim.lsp.util.locations_to_items()` call (#1694) | Chinmay Dalal | |
| 2022-01-18 | fix: add offset encoding to `apply_workspace_edit` call (#1697) | Richard Mathieson | |
| 2022-01-18 | feat: show a message for unknown command (#1698) | zeertzjq | |
| 2022-01-18 | fix: always update preview when `_selection_entry` changes (#1693) | Luke Kershaw | |
| 2022-01-16 | fix: handle filenames with colons in `live_grep` (#1609) | Luke Kershaw | |
| 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-14 | feat: make results pane of builtin `keymaps` more readable (#1684) | daangoossens22 | |
| 2022-01-14 | chore: remove deprecated shorthand functions lsp_*_diagnostics | Simon Hauser | |
| From now on use Telescope diagnostics. For more informations see `:help telescope.changelog-1553` and `:help builtin.diagnostics` | |||
| 2022-01-14 | fix(health): check fdfind before fd to fix weird output on ubuntu | Simon Hauser | |
| fix #1425 | |||
| 2022-01-14 | feat: adds multiselect counter in prompt status_text (#1614) | Luke Kershaw | |
| 2022-01-14 | fix (nightly): add offset encoding to vim.lsp.util.jump_to_location() call ↵ | Chinmay Dalal | |
| (#1688) | |||
| 2022-01-11 | break!: remove file_browser from builtins (#1453) | fdschmidt93 | |
| The file_browser now has been fully removed. Please move to github.com/nvim-telescope/telescope-file-browser.nvim for a more featureful extension that replaces the builtin file browser. | |||
| 2022-01-09 | Revert "fix: folding when a file is opened (#1643)" (#1673) | Simon Hauser | |
| This reverts commit 01426c491b2b612b48f48b26e2e77679006999d3. | |||
| 2022-01-09 | feat: tiebreak config function (#1401) | Julian Fricker | |
| Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
| 2022-01-09 | fix(builtin.treesitter): make sure that kind is not nil | Simon Hauser | |
| If kind is nil then prefilter throws an error fix #1631 | |||
| 2022-01-09 | fix: folding when a file is opened (#1643) | Abel Mulugeta | |
| * fix: folding after a file is opened fixes #559 * fix: wrap nvim_win_set_cursor in autocmd * chore: Cleanup folding fix * explain the reason behind the autocmd 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-09 | fix: allow `which_key` action without preview (#1668) | Luke Kershaw | |
| 2022-01-06 | fix: support find_command along with shorthand options (#1642) | pedro757 | |
| 2022-01-06 | fix: allow `selection_caret` to be entirely whitespace (#1660) | Luke Kershaw | |
| 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 | |||
| 2022-01-05 | feat: Add <C-w> to default mappings (#1650) | Dave G | |
| As described in https://github.com/nvim-telescope/telescope.nvim/issues/1579, this adds <C-w> to the default mappings. | |||
| 2022-01-05 | fix: check if `status.preview_bufnr` is `nil` before checking if valid (#1657) | Luke Kershaw | |
| 2022-01-03 | fix: picker for keymaps error with new api for keymaps (#1646) | Sebastian Lyng Johansen | |
| 2021-12-29 | chore: deprecation notice for builtin.file_browser (#1574) | fdschmidt93 | |
| `builtin.file_browser` will be removed in favor of `telescope-file-browser.nvim`. Primary rationale for carving out the file browser to an extension: - Faster development - Very expansive picker with larger feature set than builtins | |||
| 2021-12-28 | fix: return extension exports on load (#1634) | fdschmidt93 | |
| 2021-12-27 | fix: setup extension on access as well (#1628) | fdschmidt93 | |
| 2021-12-27 | fix: too early setup on initial extension access (#1601) | fdschmidt93 | |
| 2021-12-27 | chore: remove dot at the beginning (#1552) | Simon Hauser | |
| We added this for rg 13.0 release because it was needed but it doesnt seem to be needed anymore. Weird This might be due to some changes in neovim or due to changes to jobs | |||
| 2021-12-27 | fix: transform_path nil input (#1576) | Simon Hauser | |
| 2021-12-27 | chore: remove redundant run_builtin action (#1589) | kylo252 | |
| 2021-12-27 | fix(oneshot_finder): generate entries for passed result (#1602) | fdschmidt93 | |
| 2021-12-27 | fix(actions): force insertmode after inserting symbol (#1618) | Christian Clason | |
| required after upstream changes to prompt buffer behavior (see https://github.com/neovim/neovim/commit/28134f4e78819c2bbf0344326b9d44f21eb0d736) Fixes #1608 | |||
| 2021-12-27 | feat(diagnostics): workspace or document in title (#1619) | fdschmidt93 | |
| 2021-12-27 | fix(sorters): Ensure 'cb_filter' defined when creating new index-bias sorter ↵ | August Masquelier | |
| (#1624) | |||
| 2021-12-19 | fix: `builtin` only have entries for extension functions (#1587) | Luke Kershaw | |
| * fix: `builtin` only have entries for extension functions * fix: add check for underscore and explanation of which functions included | |||
| 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-10 | fix: previewer for builtin.builtin (#1583) | smhc | |
