From a1cab377db79019c1154d9d818bbdd7a5eea0c0e Mon Sep 17 00:00:00 2001 From: rockerBOO Date: Sun, 4 Oct 2020 12:37:33 -0400 Subject: [PATCH] docs: Themes should work with every builtin --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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