This commit is contained in:
Barrett Ruth 2026-02-02 14:06:58 -05:00
parent e25fb0f297
commit bbc120b5de
2 changed files with 3 additions and 4 deletions

View file

@ -25,8 +25,6 @@ local parser = require('fugitive-ts.parser')
local ns = vim.api.nvim_create_namespace('fugitive_ts')
---@diagnostic disable: undefined-global
---@param hex integer
---@param bg_hex integer
---@param alpha number
@ -47,8 +45,6 @@ local function blend_color(hex, bg_hex, alpha)
return bit.bor(bit.lshift(blend_r, 16), bit.lshift(blend_g, 8), blend_b)
end
---@diagnostic enable: undefined-global
---@param name string
---@return table
local function resolve_hl(name)

View file

@ -8,6 +8,9 @@ any = true
[jit]
any = true
[bit]
any = true
[assert]
any = true