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
caojoshua
e2907fc0f2
feat: jumplist picker and jump to row/col on existing buffers. ( #813 )
2021-05-09 11:05:12 +02:00
Volodymyr Kot
712de3e182
feat: add search history picker ( #769 )
...
Co-authored-by: Volodymyr Kot <vkot@palantir.com >
2021-04-23 18:24:09 +03:00
August Masquelier
f92b9b1fae
fix: live_grep path appending with cwd when already absolute ( #768 )
2021-04-17 22:50:07 +03:00
James Walmsley
07d518105c
picker(live_grep): add option to grep only over open files ( #666 )
2021-04-14 18:31:22 +03:00
Ben Smith
b7d0488db9
readme: fix broken links and spelling errors ( #753 )
2021-04-13 21:59:10 +03:00
Khue Nguyen
a7d359948b
docs: correct link to CONTRIBUTING.md ( #632 )
2021-03-10 05:39:50 +03:00
oberblastmeister
ff428c9187
feat: lsp definitions ( #631 )
...
* added lsp definitoins
* don't call locations_to_items when there is one
Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr >
* added missing end
* added description
* added to feature map
* Update lua/telescope/builtin/lsp.lua
Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com >
* Update lua/telescope/builtin/lsp.lua
Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr >
Co-authored-by: Jae-Won Chung <jaywonchung@snu.ac.kr >
Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com >
2021-03-09 14:17:56 -05:00
elianiva
6e941e0ece
feat: define scroll speed + smart_send to qflist ( #610 )
...
* smart send to qflist
* Previewer scrolling for half window height
* Start doing cleanup in readme
* feat: add ability to define the scrolling speed
* move scrolling action to action.set
* docs: added more docs for actions
* [docgen] Update doc/telescope.txt
skip-checks: true
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de >
Co-authored-by: Github Actions <actions@github>
2021-03-05 20:13:48 +07:00
fdschmidt93
908752fc67
feat: workspace diagnostics, jump to and improved styling ( #599 )
...
Changes: `Telescope lsp_diagnostics` is now `Telescope lsp_document_diagnostics`
New: `Telescope lsp_workspace_diagnostics`
Co-authored-by: Fabian David Schmidt <fabian.david.schmidt@hotmail.com >
Co-authored-by: elianiva <dicha.arkana03@gmail.com >
2021-03-04 15:01:17 +01:00
fdschmidt93
db7615578b
feat: lsp diagnostics and prefiltering by entry attribute ( #543 )
...
prefiltering for lsp_document_symbols and lsp_workspace_symbols.
example: type `:var:` to show all vars
2021-03-03 22:33:03 +01:00
elianiva
b67c6fdfee
docs: show a short way to list all builtin pickers
...
ref: #588
2021-03-03 13:52:41 +07:00
Thorsten Ball
a14b95962f
Fix formatting in README to show keybinding ( #577 )
2021-03-01 17:38:18 +07:00
elianiva
b1711389b6
docs: add space before + and }
...
I am sorry, my OCD can't stand this :DDD
2021-02-28 22:27:41 +07:00
Ben Smith
ed2764a1bd
feat: layout horizontal and vertical can now be mirrored ( #548 )
...
See documentation for more info
2021-02-28 11:16:47 +01:00
Simon Hauser
ca92ec1a83
fix: a lot of small things and adds more customization for caret ( #554 )
...
Attention:
prompt_prefix will no longer add a space at the end. So if you still want a space at the end make sure your configuration has one.
The default should not be changed. So if you haven't copied prompt_prefix in your config this doesn't affect you.
Feat:
- prompt prefix does no longer always end with space
- selection_caret configurable. Default: `> `
- result_prefix configurable. Default: ` `
- more actions for git_branches
- <c-t> does track the branch
- <c-r> does rebase branch
- also added delete branch action but not configured. See readme on how to do that
Fixes:
- fix docgen ci
- Better error for lsp_workspace_symbols
- better formatting for CONTRIBUTING.md
- move from systemlist to plenary.job
- git branch now supports checkout on remote branches
2021-02-27 16:26:25 +01:00