diff --git a/README.md b/README.md index 134fad2..67def72 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,8 @@ Then you can put your configuration into `get_dropdown({})` nnoremap f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ winblend = 10 })) ``` +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 :). ## Goals