docs: Themes should work with every builtin

This commit is contained in:
rockerBOO
2020-10-04 12:37:33 -04:00
parent 634703c297
commit a1cab377db

View File

@@ -306,6 +306,8 @@ Then you can put your configuration into `get_dropdown({})`
nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ winblend = 10 }))<cr> nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ winblend = 10 }))<cr>
``` ```
Themes should work with every `telescope.builtin` function.
If you wish to make theme, check out `lua/telescope/themes.lua`. If you need more features, make an issue :). If you wish to make theme, check out `lua/telescope/themes.lua`. If you need more features, make an issue :).
## Goals ## Goals