From 29660d00588c24f213eee7c2efbe62a9cd1ba29c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 06:28:36 +0800 Subject: [PATCH] chore: generated vimdoc (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- doc/zenbones.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/zenbones.txt b/doc/zenbones.txt index 6c09fed..72d08cd 100644 --- a/doc/zenbones.txt +++ b/doc/zenbones.txt @@ -43,12 +43,14 @@ Configuration is only available for neovim. There are two ways to set configuration. First: > + " vimscript let g:zenbones_solid_line_nr = v:true let g:zenbones_darken_comments = 45 < > + -- lua vim.g.zenbones_solid_line_nr = true vim.g.zenbones_darken_comments = 45 < @@ -57,11 +59,13 @@ configuration. First: Second way is to set configuration is to assign a dictionary to the prefix: > + " vimscript let g:forestbones = #{ solid_line_nr: v:true, darken_comments: 45 } < > + -- lua vim.g.forestbones = { solid_line_nr = true, darken_comments = 45 } < @@ -105,7 +109,7 @@ the flavor name e.g. `g:rosebones_italic_comments`. *zenbones-g:zenbones_compat* g:zenbones_compat Set to `1` to turn on compatibility - mode. + mode. Turned on in vim. *zenbones-lightline*