diff options
| author | Dave Lage <rockerboo@gmail.com> | 2021-07-28 20:58:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 20:58:11 -0400 |
| commit | 767e42f2e9595592ded51c69a0324a5dd811792d (patch) | |
| tree | 1431fa1e2086b21a6fe365bc3442d93efbd59ed5 /README.md | |
| parent | 69adcbca876bbd12cb2d120e403bf4377c34a5a2 (diff) | |
Add link to cursor relative list pull request
Has good examples on what it looks like and does.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +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_cursor` | [A cursor relative list.](https://github.com/nvim-telescope/telescope.nvim/pull/878) | | `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: |
