Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent 6c5777c commit 00065e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/zen-mode.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*zen-mode.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 May 22
*zen-mode.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 05

==============================================================================
Table of Contents *zen-mode.nvim-table-of-contents*
Expand Down Expand Up @@ -77,9 +77,9 @@ CONFIGURATION *zen-mode.nvim-zen-mode-configuration*
window = {
backdrop = 0.95, -- shade the backdrop of the Zen window. Set to 1 to keep the same as Normal
-- height and width can be:
-- an absolute number of cells when > 1
-- a percentage of the width / height of the editor when <= 1
-- a function that returns the width or the height
-- * an absolute number of cells when > 1
-- * a percentage of the width / height of the editor when <= 1
-- * a function that returns the width or the height
width = 120, -- width of the Zen window
height = 1, -- height of the Zen window
-- by default, no options are changed for the Zen window
Expand All @@ -101,9 +101,9 @@ CONFIGURATION *zen-mode.nvim-zen-mode-configuration*
enabled = true,
ruler = false, -- disables the ruler text in the cmd line area
showcmd = false, -- disables the command in the last line of the screen
-- you may turn on/off statusline in zen mode by setting the 'laststatus'
-- you may turn on/off statusline in zen mode by setting 'laststatus'
-- statusline will be shown only if 'laststatus' == 3
laststatus = 0, -- turn off statusline in zen mode
laststatus = 0, -- turn off the statusline in zen mode
},
twilight = { enabled = true }, -- enable to start Twilight when zen mode opens
gitsigns = { enabled = false }, -- disables git signs
Expand Down

0 comments on commit 00065e5

Please sign in to comment.