diff options
| author | wongxy <xiyao.wong@foxmail.com> | 2021-07-17 00:45:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 18:45:31 +0200 |
| commit | 747396227d1e2283d4d59693ffec571a52195627 (patch) | |
| tree | fb72ce4de7932ba5a99d38279b9756e311960e58 /lua/telescope/builtin/init.lua | |
| parent | 1866265feaebda2b615fadaa9230ec45958dd210 (diff) | |
feat: enable to preview themes (#980)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 8e7f5ec..0c2c461 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -254,6 +254,7 @@ builtin.buffers = require('telescope.builtin.internal').buffers --- Lists available colorschemes and applies them on `<cr>` ---@param opts table: options to pass to the picker +---@field enable_preview boolean: if true, will preview the selected color builtin.colorscheme = require('telescope.builtin.internal').colorscheme --- Lists vim marks and their value, jumps to the mark on `<cr>` |
