summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCorentin Brunel <devildead13@gmail.com>2021-07-16 14:17:21 -0400
committerGitHub <noreply@github.com>2021-07-16 19:17:21 +0100
commitb13306e5cc6da855f77e02b37e807a4b7e32b761 (patch)
tree03215a5aecc6e09d39aa376a84075af2b9b5ec17 /README.md
parent747396227d1e2283d4d59693ffec571a52195627 (diff)
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41a5992..df7116f 100644
--- a/README.md
+++ b/README.md
@@ -545,6 +545,7 @@ We have some built in themes but are looking for more cool options.
| Themes | Description |
|--------------------------|---------------------------------------------------------------------------------------------|
| `themes.get_dropdown` | A list like centered list. [dropdown](https://i.imgur.com/SorAcXv.png) |
+| `themes.get_cursor` | A cursor relative list. |
| `themes.get_ivy` | Bottom panel overlay. [Ivy #771](https://github.com/nvim-telescope/telescope.nvim/pull/771) |
To use a theme, simply append it to a built-in function: