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

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