| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-21 | doc: remove extra `{` from Lazy.nvim package manager directions (#2406) | Victor Presumido | |
| 2023-02-19 | feat: support selection for grep_string (#2333) | cristiansofronie | |
| 2023-02-19 | docs: added config directions for Lazy.nvim package manager (#2377) | Norm | |
| 2023-02-19 | chore: use luarocks-tag-release action (#2364) | Marc Jakobi | |
| 2023-01-30 | fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343) | Sizhe Zhao | |
| 2023-01-16 | release: 0.1.1 | Simon Hauser | |
| 2023-01-06 | docs: Added note that live_grep depends on ripgrep (#2305) | Gian-Laager | |
| 2022-12-02 | docs: Fixed a typo (#2254) | Pooyan Khanjankhani | |
| 2022-11-27 | feat: add new action to open quickfix window from quickfixhistory (#2249) | kyoh86 | |
| 2022-10-24 | docs: readme, add missing <leader> key to mapping examples (#2197) | Wu, Bo-Run | |
| 2022-09-30 | docs: Add Lua-only key mappings examples (#2174) | Sebastián Estrella | |
| 2022-09-04 | docs: mention ripgrep find_files priority (#2126) | Brian Di Palma | |
| 2022-09-04 | docs: update for git_files and live_grep (#2133) | Sam Rosenthal | |
| 2022-07-12 | release: telescope 0.1.0 (#2067) | Simon Hauser | |
| 2022-06-30 | feat(builtin.lsp): implement builtin handlers for ↵ | Manuel | |
| lsp.(incoming|outgoing)_calls (#1484) Fixes #863 | |||
| 2022-06-15 | docs: README "setup/"set up" grammar (#2009) | Henrik Nyh | |
| https://thepugautomatic.com/2014/08/login-setup/ | |||
| 2022-06-06 | fix: fix quotes in README.md (#1986) | Kevin Lee | |
| 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-25 | break: remove lsp code actions (#1866) | Simon Hauser | |
| see :help telescope.changelog-1866 for more information | |||
| 2022-04-22 | break: bump minimum required neovim version to 0.7 (#1851) | Simon Hauser | |
| 2022-03-04 | docs: link plenary.nvim dependency in README (#1768) | Érico Nogueira Rolim | |
| 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. | |||
| 2021-12-10 | docs: README change lsp_*_diagnostics to diagnostics | 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-11-27 | fix: typo in readme (#1502) | Ismael Padilla | |
| 2021-11-13 | Add link to changelog in README.md (#1447) | Cody Hiar | |
| 2021-11-05 | docs: 0.5.1 or the latest nightly commit | Simon Hauser | |
| Everything else is not supported | |||
| 2021-11-04 | breaking: bump nvim version requirement to 0.5.1 (#1406) | Julian Fricker | |
| 2021-10-30 | doc: clarify quickfixlist abbreviation in README (#1392) | Jack DeVries | |
| This really killed me when I was looking at this plugin for the first time. I spent like 20 minutes googling how to get search results into the quickfixlist because ctrl-F for "quickfixlist" on the README yielded no results! There's nothing wrong with using the abbreviation in some places, but it should appear at least once in the form of `abbreviation (abbr.)`. That is, spelling it out next to the abbreviation at least once shows the reader the abbreviation they can search for next to learn more. | |||
| 2021-10-11 | feat: add `gg` and `G` to default mappings (#1325) | Zachary Churchill | |
| * feat: add `gg` and `G` to default mappings * refactor: use action_state.get_current_picker * docs: mention new default gg/G keymaps | |||
| 2021-10-04 | chore: highlight which_key on README (#1298) | fdschmidt93 | |
| 2021-09-16 | docs: rewrite readme and add missing config values + builtin opts | Simon Hauser | |
| 2021-09-13 | fix: Docs missing quotes around 'prompt_prefix' (#1238) | Miguel Mora Perea | |
| The 'prompt_prefix' must be wrap in quotes when passed as part of lua table options when calling a Telescope built-in function. This commit fixes the missing quotes on the documentation example. | |||
| 2021-09-12 | feat: lsp type definitions (#1224) | Rodrigodd | |
| 2021-09-05 | Add builtin.jumplist back into README.md (#1210) | Cody Hiar | |
| 2021-09-01 | chore: add `action.which_key` to README (#1192) | fdschmidt93 | |
| 2021-09-01 | feat: allow caching and resuming picker (#1051) | fdschmidt93 | |
| * expose `cache_picker` in telescope.setup to configure caching, see `:h telescope.defaults.cache_picker` * add builtin.resume and builtin.pickers picker | |||
| 2021-08-13 | fix: broken LSP reference in README.md (#1113) | A. Schueler | |
| Fix the reference to neovim LSP pickers by correcting the linked heading name. | |||
| 2021-08-11 | docs: update README.md (#1099) | you-n-g | |
| 2021-08-11 | docs: add missing `disable_devicons` option (#1089) | Henrique Borges | |
| 2021-08-11 | doc: Update information about popup.nvim (#1103) | TJ DeVries | |
| * doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions | |||
| 2021-07-30 | feat: add git reset action for git commits picker (#999) | Joel Palmer | |
| 2021-07-28 | Add link to cursor relative list pull request | Dave Lage | |
| Has good examples on what it looks like and does. | |||
| 2021-07-17 | fix typos in readme (#1009) | Dilan Baron | |
| 2021-07-16 | feat: add cursor layout (#878) | Corentin Brunel | |
| * Add basic implementation of "cursor" layout strategy * Update cursor layout strategy to properly follow cursor * feat(cursor_layout): handle previewer * Refactor cursor layout code * Add cursor theme * Update readme * Improve cursor theme and layout documentation * [docgen] Update doc/telescope.txt skip-checks: true * Remove trailing whitespace * Fix issues related with neovim and plugin api changes * [docgen] Update doc/telescope.txt skip-checks: true * Allow preview width to be configured * [docgen] Update doc/telescope.txt skip-checks: true Co-authored-by: Github Actions <actions@github> Co-authored-by: cbrunel <cbrunel@sogescom.local> | |||
| 2021-07-12 | chore: define undefined variable in config example (#976) | Ole | |
| Define the undefined variable “action_state”, which is used in a code example for replacing picker mappings in the README. | |||
| 2021-07-09 | docs: Normalize README, fix typos (#966) | adrian5 | |
| 2021-07-08 | fix: wrong information in changelog | Simon Hauser | |
| 2021-07-08 | Consistent filepath display and code cleanup. (#839) | caojoshua | |
| BREAKING CHANGE: see :help telescope.changelog-839 for more information Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> | |||
