summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/init.lua
diff options
context:
space:
mode:
authorwongxy <xiyao.wong@foxmail.com>2021-07-17 00:45:31 +0800
committerGitHub <noreply@github.com>2021-07-16 18:45:31 +0200
commit747396227d1e2283d4d59693ffec571a52195627 (patch)
treefb72ce4de7932ba5a99d38279b9756e311960e58 /lua/telescope/builtin/init.lua
parent1866265feaebda2b615fadaa9230ec45958dd210 (diff)
feat: enable to preview themes (#980)
Diffstat (limited to 'lua/telescope/builtin/init.lua')
-rw-r--r--lua/telescope/builtin/init.lua1
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>`