summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-03-21doc: remove extra `{` from Lazy.nvim package manager directions (#2406)Victor Presumido
2023-02-19feat: support selection for grep_string (#2333)cristiansofronie
2023-02-19docs: added config directions for Lazy.nvim package manager (#2377)Norm
2023-02-19chore: use luarocks-tag-release action (#2364)Marc Jakobi
2023-01-30fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343)Sizhe Zhao
2023-01-16release: 0.1.1Simon Hauser
2023-01-06docs: Added note that live_grep depends on ripgrep (#2305)Gian-Laager
2022-12-02docs: Fixed a typo (#2254)Pooyan Khanjankhani
2022-11-27feat: add new action to open quickfix window from quickfixhistory (#2249)kyoh86
2022-10-24docs: readme, add missing <leader> key to mapping examples (#2197)Wu, Bo-Run
2022-09-30docs: Add Lua-only key mappings examples (#2174)Sebastián Estrella
2022-09-04docs: mention ripgrep find_files priority (#2126)Brian Di Palma
2022-09-04docs: update for git_files and live_grep (#2133)Sam Rosenthal
2022-07-12release: telescope 0.1.0 (#2067)Simon Hauser
2022-06-30feat(builtin.lsp): implement builtin handlers for ↵Manuel
lsp.(incoming|outgoing)_calls (#1484) Fixes #863
2022-06-15docs: README "setup/"set up" grammar (#2009)Henrik Nyh
https://thepugautomatic.com/2014/08/login-setup/
2022-06-06fix: fix quotes in README.md (#1986)Kevin Lee
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-05-01fix: termopen previewer (#1901)Simon Hauser
- buffer leaking - still insert mode on confirm
2022-04-25break: remove lsp code actions (#1866)Simon Hauser
see :help telescope.changelog-1866 for more information
2022-04-22break: bump minimum required neovim version to 0.7 (#1851)Simon Hauser
2022-03-04docs: link plenary.nvim dependency in README (#1768)Érico Nogueira Rolim
2022-01-11break!: 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-10docs: README change lsp_*_diagnostics to diagnosticsSimon Hauser
2021-12-10break: 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-27fix: typo in readme (#1502)Ismael Padilla
2021-11-13Add link to changelog in README.md (#1447)Cody Hiar
2021-11-05docs: 0.5.1 or the latest nightly commitSimon Hauser
Everything else is not supported
2021-11-04breaking: bump nvim version requirement to 0.5.1 (#1406)Julian Fricker
2021-10-30doc: 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-11feat: 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-04chore: highlight which_key on README (#1298)fdschmidt93
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-13fix: 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-12feat: lsp type definitions (#1224)Rodrigodd
2021-09-05Add builtin.jumplist back into README.md (#1210)Cody Hiar
2021-09-01chore: add `action.which_key` to README (#1192)fdschmidt93
2021-09-01feat: 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-13fix: broken LSP reference in README.md (#1113)A. Schueler
Fix the reference to neovim LSP pickers by correcting the linked heading name.
2021-08-11docs: update README.md (#1099)you-n-g
2021-08-11docs: add missing `disable_devicons` option (#1089)Henrique Borges
2021-08-11doc: Update information about popup.nvim (#1103)TJ DeVries
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-28Add link to cursor relative list pull requestDave Lage
Has good examples on what it looks like and does.
2021-07-17fix typos in readme (#1009)Dilan Baron
2021-07-16feat: 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-12chore: 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-09docs: Normalize README, fix typos (#966)adrian5
2021-07-08fix: wrong information in changelogSimon Hauser
2021-07-08Consistent 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>