chore(build): auto-generated vimdocs

This commit is contained in:
folke 2025-11-05 05:57:49 +00:00 committed by github-actions[bot]
parent 53e4f537ea
commit d6137be7ec

View file

@ -381,11 +381,12 @@ below.
-- terminal: external command (git's pager for git commands, `cmd` for other diffs)
style = "fancy", ---@type "fancy"|"syntax"|"terminal"
cmd = { "delta" }, -- example for using `delta` as the external diff command
---@type vim.wo?|{} window options for the diff preview window
---@type vim.wo?|{} window options for the fancy diff preview window
wo = {
breakindent = true,
wrap = true,
-- wrap = true, -- inherit from global settings
linebreak = true,
showbreak = "",
},
},
git = {