From 1fbac30332631449ad777eacba53a8b0a0b69f1a Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 14:04:37 -0400 Subject: [PATCH] fix(ci): some type errors --- lua/cp/diff.lua | 1 + vim.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/lua/cp/diff.lua b/lua/cp/diff.lua index 07ea6d2..2784b4b 100644 --- a/lua/cp/diff.lua +++ b/lua/cp/diff.lua @@ -1,6 +1,7 @@ ---@class DiffResult ---@field content string[] ---@field highlights table[]? +---@field raw_diff string? ---@class DiffBackend ---@field name string diff --git a/vim.toml b/vim.toml index 9a4528d..8bf26ea 100644 --- a/vim.toml +++ b/vim.toml @@ -22,3 +22,9 @@ any = true [after_each] any = true + +[spy] +any = true + +[stub] +any = true