summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent1866265feaebda2b615fadaa9230ec45958dd210 (diff)
feat: enable to preview themes (#980)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 7a12c95..d5727cf 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -670,6 +670,9 @@ builtin.colorscheme({opts}) *builtin.colorscheme()*
Parameters: ~
{opts} (table) options to pass to the picker
+ Fields: ~
+ {enable_preview} (boolean) if true, will preview the selected color
+
builtin.marks({opts}) *builtin.marks()*
Lists vim marks and their value, jumps to the mark on `<cr>`