summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-09-17 21:53:06 -0400
committerrockerBOO <rockerboo@gmail.com>2020-09-17 21:53:06 -0400
commit93369e1488d66a699a8dadfdc9eba0ee814fb3b7 (patch)
treebb629cb047d66b55576a14a902ba9a1f14a01025
parent3fbc937949dfce4104acba6079d872d169c0de0a (diff)
docs: Add theme image to docs
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index aeaefed..ba2c771 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,10 @@ Use the telescope.
Common groups of settings can be setup to allow for themes. We have some built in themes but are looking for more cool options.
+### Dropdown
+
+![Dropdown layout](https://i.imgur.com/bQKiEkh.png)
+
```vim
nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({}))<cr>
```