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
Jack DeVries
d7f09f5895
doc: clarify quickfixlist abbreviation in README ( #1392 )
...
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-30 15:30:39 +02:00
Zachary Churchill
3f45d64e9c
feat: add gg and G to default mappings ( #1325 )
...
* feat: add `gg` and `G` to default mappings
* refactor: use action_state.get_current_picker
* docs: mention new default gg/G keymaps
2021-10-11 18:14:23 +02:00
fdschmidt93
e39ed31f17
chore: highlight which_key on README ( #1298 )
2021-10-04 20:30:32 +02:00
Simon Hauser
5131df7df1
docs: rewrite readme and add missing config values + builtin opts
2021-09-16 11:12:12 +02:00
Miguel Mora Perea
6d1440a8e5
fix: Docs missing quotes around 'prompt_prefix' ( #1238 )
...
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-13 20:25:24 +02:00
Rodrigodd
d022ccaf11
feat: lsp type definitions ( #1224 )
2021-09-12 11:36:28 +02:00
Cody Hiar
5fc94cdd78
Add builtin.jumplist back into README.md ( #1210 )
2021-09-05 18:02:24 +02:00
fdschmidt93
8842f5dde2
chore: add action.which_key to README ( #1192 )
2021-09-01 20:36:24 +02:00
fdschmidt93
5d37c3ea08
feat: allow caching and resuming picker ( #1051 )
...
* expose `cache_picker` in telescope.setup to configure caching, see `:h telescope.defaults.cache_picker`
* add builtin.resume and builtin.pickers picker
2021-09-01 18:17:18 +02:00
A. Schueler
ec5b6abbe0
fix: broken LSP reference in README.md ( #1113 )
...
Fix the reference to neovim LSP pickers by correcting the linked heading name.
2021-08-13 13:55:20 +02:00
you-n-g
d4a52ded67
docs: update README.md ( #1099 )
2021-08-11 20:12:20 +02:00
Henrique Borges
2292ee2be0
docs: add missing disable_devicons option ( #1089 )
2021-08-11 09:06:25 -04:00
TJ DeVries
b5d7f48e70
doc: Update information about popup.nvim ( #1103 )
...
* doc: Update information about popup.nvim
* fixup: Got rest of popup.nvim mentions
2021-08-11 08:59:56 -04:00
Joel Palmer
b742c50bf1
feat: add git reset action for git commits picker ( #999 )
2021-07-30 00:16:45 +03:00
Dave Lage
767e42f2e9
Add link to cursor relative list pull request
...
Has good examples on what it looks like and does.
2021-07-28 20:58:11 -04:00
Dilan Baron
9291922acd
fix typos in readme ( #1009 )
2021-07-17 09:02:54 +02:00
Corentin Brunel
b13306e5cc
feat: add cursor layout ( #878 )
...
* 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-16 19:17:21 +01:00
Ole
5692edd004
chore: define undefined variable in config example ( #976 )
...
Define the undefined variable “action_state”, which is used in a code
example for replacing picker mappings in the README.
2021-07-12 04:56:10 +07:00
adrian5
777ff91ddc
docs: Normalize README, fix typos ( #966 )
2021-07-09 21:11:57 +02:00
Simon Hauser
1dd6f8408b
fix: wrong information in changelog
2021-07-08 11:16:18 +02:00
caojoshua
d5a8e48aa6
Consistent filepath display and code cleanup. ( #839 )
...
BREAKING CHANGE: see :help telescope.changelog-839 for more information
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
2021-07-08 10:30:44 +02:00
Ashish Panigrahi
38907ce7d7
docs: Removed comment on nightly in README ( #954 )
2021-07-03 23:36:19 +02:00
Tom
c5a6ed16e2
feat: selection_strategy closest ( #885 )
...
* Added closest selection_strategy to use default_selection_index initially but prefer highest ranked match when prompt not empty
* Updated supporting documentation to include selection_strategy
2021-07-02 12:42:25 +02:00
TJ DeVries
5a53ec5c2f
feat: Consistent and sensible layout_config ( #922 )
...
* feat: Consistent and sensible layout_config
* [docgen] Update doc/telescope.txt
skip-checks: true
* [WIP]: Thu 17 Jun 2021 03:36:44 PM EDT
* [WIP]: Thu 17 Jun 2021 03:38:11 PM EDT
* layout_default -> layout_defaults
* remove options from bug repot
* Conni2461 suggestions: part 1
* [docgen] Update doc/telescope.txt
skip-checks: true
* Conni2461 suggestions: part 2
* [docgen] Update doc/telescope.txt
skip-checks: true
* Linting
* Improve deprecation checks
- Move `layout_defaults` handling to `deprecated.lua`
- Check for "layout keys" outside of `layout_config` on `setup`
* fixup: Just add a few more words
Co-authored-by: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com >
Co-authored-by: Github Actions <actions@github>
2021-07-01 05:41:58 -04:00
jpe90
f9ce723f2e
docs: fix navigation link for LSP pickers ( #904 )
2021-06-10 17:05:59 +02:00
Simon Hauser
618e0e6075
feat: set defaults for each picker in telescope setup ( #883 )
...
This allows easier picker configuration for example:
```lua
require("telescope").setup {
pickers = {
buffers = {
show_all_buffers = true,
sort_lastused = true,
theme = "dropdown",
previewer = false,
mappings = {
i = {
["<c-q>"] = "smart_send_to_qflist",
}
}
}
}
}
```
This configuration will be applied when running `:Telescope buffers`
2021-06-09 19:51:03 +02:00
Samuel Yvon
ec8cf12cdc
Make comment match with config ( #870 )
...
The configuration example does not match the comment.
2021-05-27 20:01:01 -04:00
Dave Lage
904f849423
Add Ivy Theme
2021-05-27 15:23:25 -04:00
TJ DeVries
d466135418
doc: Add related projects
2021-05-15 08:33:39 -04:00
Ben Smith
e88864123b
Docs for builtin pickers ( #783 )
2021-05-13 18:44:26 +00:00
Amirreza Askarpour
9fd242db26
feat: add git_stash picker ( #800 )
2021-05-11 10:20:57 +02:00