Commit graph

220 commits

Author SHA1 Message Date
Carlos Rodriguez
f2bfde705a
docs(readme): update latest stable version tag (#3179) 2024-06-21 07:34:16 -04:00
Xavier Young
2df52609a1
feat(picker): allow appending original window <cWORD>, <cfile> and cursor line to prompt (#3134) 2024-05-27 23:02:25 +02:00
Miguel Ángel
67c598fdd4
docs(readme): clean up command example (#2984) 2024-03-14 18:20:41 +00:00
Simon Hauser
b323abeb4b
doc: release of 0.1.6 (#2982) 2024-03-13 09:04:46 +01:00
James Trew
24778fd72f
feat(picker): allow appending original window cword to prompt (#2878)
* feat(picker): allow appending original window cword to prompt

* add default mapping and document

* [docgen] Update doc/telescope.txt
skip-checks: true

* add mapping to README

also format README

* oops

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
2024-01-20 02:38:27 +00:00
牧羊犬真Q
e90fdba90d
doc(readme): update tag to latest version (#2805) 2023-12-03 09:22:21 +03:00
Simon Hauser
74ce793a60
doc(readme): add luajit requirement (#2738) 2023-10-11 12:29:23 +02:00
Simon Hauser
a2a15cf6c9
doc: update tag to latest version (#2737) 2023-10-11 12:26:43 +02:00
Sumanth Lingappa
7d51950854
docs(readme): clarify mapping (#2723) 2023-10-01 18:06:48 +00:00
James Trew
59812c26d8
docs(readme): update to latest tag version (#2700)
* docs(readme): update to latest tag version

* [docgen] Update doc/telescope.txt
skip-checks: true

---------

Co-authored-by: Github Actions <actions@github>
2023-09-14 02:23:21 +00:00
Yifan Hu
31b05ad3c3
fix: autocmd example in README (#2635) 2023-08-05 19:31:19 +00:00
Aaron Kollasch
e7e6492a2d
feat(git): Add bcommits_range picker (#2398)
* Filter bcommits by selection in visual mode

* Split bcommits_range into new picker

* Add option to run bcommits_range as operator

Starts operator-pending mode and shows commits in the range of lines
covered by the next text object or motion

* Rename range arguments to "first" and "last"

Can't use start/end, since end is an annoying keyword to use in lua
and start/stop doesn't fit as well

* Move operators functionality to new module

* Run bcommits if no range given to bcommits_range

* Make bcommits_range default to current line

Instead of calling bcommits

* Improve documentation of telescope.operators

* Add default value for last_operator

Default to a no-op callback

* Update bcommits_range for detached worktrees

See #2597

* Rename range arguments to "from" and "to"

* Move shared bcommits picker into single function
2023-07-22 21:35:52 +00:00
James Trew
c5b11f4fe7
docs: update install instructions with latest tag (#2587)
tag 0.1.1 -> 0.1.2
2023-06-30 16:39:57 +00:00
Frantisek Stanko
e651c37317
docs: fix the branch example for lazy.nvim (#2586)
The previous values were incorrect. The new values reflect the correct
way of using the branch, as showcased in the previous examples.
2023-06-29 09:24:41 -04:00
Lucía Andrea Illanes Albornoz
5fff2a138b
Implements horizontal scrolling in previewer & results. (#2437)
* Implements horizontal scrolling in previewer & results.

* docs: update wrt. horizontal scrolling in previewer &  results
2023-06-24 19:17:55 +00:00
Simon Hauser
66b03e7740
feat!(previewer): replace plenary.filetype with vim.filetype.match (#2529) 2023-06-09 11:24:52 +02:00
Akin
80eefd8ff0
feat(buffer_previewer): pass file details in TelescopePreviewLoaded autocmd (#2429) 2023-05-24 11:56:49 +02:00
Andrii Berezhynskyi
18b7479542
feat: add user autocmd TelescopeResumePost (#2433) 2023-05-24 11:41:59 +02:00
Christian Clason
d8c5ed4e40
feat(ts)!: use upstream treesitter implementation (#2499)
bumps minimum required neovim version to 0.9, see `help telescope.changelog-2499`
2023-05-24 10:43:04 +02:00
Dave Lage
b8918d1261
docs: add more telescope media, intro, walkthroughs, context (#2493) 2023-05-14 21:46:01 +02:00
Sergey Kuznetsov
2ea61f1952
docs: add description for available git branch actions (#2436) 2023-04-09 10:21:37 +02:00
Victor Presumido
8fda289714
doc: remove extra { from Lazy.nvim package manager directions (#2406) 2023-03-21 13:37:21 -04:00
cristiansofronie
f40e3e2304
feat: support selection for grep_string (#2333) 2023-02-19 13:41:28 +01:00
Norm
57062ea455
docs: added config directions for Lazy.nvim package manager (#2377) 2023-02-19 10:31:40 +01:00
Marc Jakobi
c113522810
chore: use luarocks-tag-release action (#2364) 2023-02-19 10:24:43 +01:00
Sizhe Zhao
f4b0438983
fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343) 2023-01-30 22:10:44 +01:00
Simon Hauser
2f32775405
release: 0.1.1 2023-01-16 22:20:50 +01:00
Gian-Laager
0326347eba
docs: Added note that live_grep depends on ripgrep (#2305) 2023-01-06 11:58:39 +01:00
Pooyan Khanjankhani
cabf991b1d
docs: Fixed a typo (#2254) 2022-12-02 12:04:54 +01:00
kyoh86
343a2b6b71
feat: add new action to open quickfix window from quickfixhistory (#2249) 2022-11-27 20:03:03 +01:00
Wu, Bo-Run
286628d9f2
docs: readme, add missing <leader> key to mapping examples (#2197) 2022-10-24 08:30:42 +02:00
Sebastián Estrella
63e2790496
docs: Add Lua-only key mappings examples (#2174) 2022-09-30 19:27:06 +02:00
Brian Di Palma
2584ff391b
docs: mention ripgrep find_files priority (#2126) 2022-09-04 21:59:46 +02:00
Sam Rosenthal
bd9e8a7eac
docs: update for git_files and live_grep (#2133) 2022-09-04 21:55:54 +02:00
Simon Hauser
b79cd6c88b
release: telescope 0.1.0 (#2067) 2022-07-12 16:02:44 +02:00
Manuel
3a72cc8902
feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_calls (#1484)
Fixes #863
2022-06-30 14:01:51 +02:00
Henrik Nyh
f33df8f35f
docs: README "setup/"set up" grammar (#2009)
https://thepugautomatic.com/2014/08/login-setup/
2022-06-15 10:38:23 +02:00
Kevin Lee
e6b69b1488
fix: fix quotes in README.md (#1986) 2022-06-06 10:07:00 +02:00
fdschmidt93
8d1841bff5
feat: quickfixhistory picker (#1878) 2022-05-04 21:50:15 +02:00
Simon Hauser
544c5ee407
fix: termopen previewer (#1901)
- buffer leaking
- still insert mode on confirm
2022-05-01 09:46:50 +02:00
Simon Hauser
e7e90466de
break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
Simon Hauser
5a58b1f535
break: bump minimum required neovim version to 0.7 (#1851) 2022-04-22 16:08:56 +02:00
Érico Nogueira Rolim
d2beb22d20
docs: link plenary.nvim dependency in README (#1768) 2022-03-04 13:26:49 +01:00
fdschmidt93
015a35626d
break!: remove file_browser from builtins (#1453)
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-11 22:00:31 +01:00
Simon Hauser
5e5351ef13
docs: README change lsp_*_diagnostics to diagnostics 2021-12-10 18:02:39 +01:00
Simon Hauser
61240ac75a
break: bump the minimum required neovim version to 0.6 or higher (#1549)
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 16:32:28 +01:00
Ismael Padilla
492f1d38f6
fix: typo in readme (#1502) 2021-11-27 19:15:19 +01:00
Cody Hiar
a9f8aaa618
Add link to changelog in README.md (#1447) 2021-11-13 11:24:22 +00:00
Simon Hauser
078a48db9e
docs: 0.5.1 or the latest nightly commit
Everything else is not supported
2021-11-05 16:07:17 +01:00
Julian Fricker
6a8fbb53e0
breaking: bump nvim version requirement to 0.5.1 (#1406) 2021-11-04 07:20:17 +01:00