cleanup
This commit is contained in:
parent
e25fb0f297
commit
bbc120b5de
2 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
3
vim.toml
3
vim.toml
|
|
@ -8,6 +8,9 @@ any = true
|
|||
[jit]
|
||||
any = true
|
||||
|
||||
[bit]
|
||||
any = true
|
||||
|
||||
[assert]
|
||||
any = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue