docs: Themes should work with every builtin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user