feat: enable to preview themes (#980)

This commit is contained in:
wongxy
2021-07-17 00:45:31 +08:00
committed by GitHub
parent 1866265fea
commit 747396227d
3 changed files with 87 additions and 8 deletions

View File

@@ -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>`