| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-12-10 | fix: `which_key` action `foldenable=false` by default (#1578) | Jieru Mei | |
| 2021-12-08 | fix: `bottom_pane` remove `results` border next to `prompt` (#1563) | Luke Kershaw | |
| 2021-12-06 | fix: git stash entry formatting (#1452) | Farbod Salamat-Zadeh | |
| 2021-12-06 | fix: ensure buffer is listed before edit_buffer (#1492) | Richard Lu | |
| 2021-12-06 | typo: `which_key` (#1560) | GenesisTMS | |
| 2021-12-06 | fix: current_buffer_fuzzy_find in vue files (#1561) | h0adp0re | |
| 2021-12-05 | fix: lsp concatenate err (#1558) | Jun | |
| 2021-12-05 | docs: functions in `pickers.lua` (#1554) | Luke Kershaw | |
| 2021-12-05 | fix: git_branch previewer highlighter error (#1543) | Simon Hauser | |
| 2021-12-05 | chore: better uv.spawn error handling and windows git spawn bugfix (#1498) | Simon Hauser | |
| 2021-12-05 | fix: current_buffer_fuzzy_find check if nvim-ts is okay before calling ↵ | Simon Hauser | |
| is_enabled | |||
| 2021-12-03 | fix: regression with grep builtins (#1548) | Simon Hauser | |
| 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 | fix: actions.delete_buffer shouldnt force delete | Simon Hauser | |
| fix #1541 | |||
| 2021-12-03 | fix: check for Windows drive letter when parsing vimgrep (#1494) | Luke Kershaw | |
| 2021-12-03 | feat: allow initial results in async_oneshot_finder (#1461) | fdschmidt93 | |
| 2021-12-03 | docs: layout strategy usage (#1493) | Luke Kershaw | |
| 2021-12-03 | fix: dont change highlights when using current_buffer_fuzzy_find (#1524) | Simon Hauser | |
| this happens if parsers are installed but highlight is set to false. So parsing the buffer with treesitter will automatically apply them to the buffer but because treesitter highlighting is disabled it will change the buffer. Its stupid and i dont know why you want parser installed but highlighting disabled but whatever. We just dont calculate highlights for people who have highlight set to false | |||
| 2021-12-03 | feat: highlight group for counter: TelescopePromptCounter | Simon Hauser | |
| fix #1540 | |||
| 2021-12-02 | fix: lsp_workspace_symbols (#1535) | Simon Hauser | |
| 2021-12-02 | fix: make lsp_* async (#1506) | Chinmay Dalal | |
| 2021-12-01 | fix: Remove symbol_msg substitution (#1525) | Daniel Kempkens | |
| Because Elixir source code can contain `|`, the removed substitution sometimes broke `lsp_document_symbols()`. Example: ``` E5108: Error executing lua ...packer/start/telescope.nvim/lua/telescope/make_entry.lua:392: attempt to concatenate local 'symbol_name' (a nil value) stack traceback: ...packer/start/telescope.nvim/lua/telescope/make_entry.lua:392: in function 'entry_maker' ...scope.nvim/lua/telescope/finders/async_static_finder.lua:17: in function 'new_table' ...acker/start/telescope.nvim/lua/telescope/builtin/lsp.lua:137: in function 'v' ...acker/start/telescope.nvim/lua/telescope/builtin/lsp.lua:500: in function 'v' ...cker/start/telescope.nvim/lua/telescope/builtin/init.lua:496: in function <...cker/start/telescope.nvim/lua/telescope/builtin/init.lua:467> ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:179: in function 'run_command' ...ck/packer/start/telescope.nvim/lua/telescope/command.lua:241: in function 'load_command' [string ":lua"]:1: in main chunk ``` Closes #874 | |||
| 2021-11-30 | docs: fix `Picker:get_row(index)` doc string (#1515) | Martin Roa Villescas | |
| 2021-11-30 | fix(highlight): Use TS built-in is_enabled function (#1513) | Patrick Ziegler | |
| The function just replicated the logic from is_enabled and assumed the `disable` setting is always a table. This is no longer the case (https://github.com/nvim-treesitter/nvim-treesitter/pull/2009), it can now also be a function. | |||
| 2021-11-30 | fix: keep previewer `winid` state updated on layout changes (#1522) | Luke Kershaw | |
| 2021-11-29 | add Normal highlights for prompt and results (#1514) | max397574 | |
| * feat(highlight): add Normal highlights for prompt and results * fix(highlight): link to TelescopeNormal by default | |||
