From 4d261c207f25ea246ccae6440880e2c708fe6396 Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:15:54 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/terminal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/terminal.md b/docs/terminal.md index 88016ecf..e1f87a1c 100644 --- a/docs/terminal.md +++ b/docs/terminal.md @@ -120,6 +120,7 @@ docs for more information on how to customize these styles ```lua ---@class snacks.terminal.Opts: snacks.terminal.Config ---@field cwd? string +---@field count? integer ---@field env? table ---@field start_insert? boolean start insert mode when starting the terminal ---@field auto_insert? boolean start insert mode when entering the terminal buffer