style: fixed some sumneko diagnostics error

This commit is contained in:
Folke Lemaitre
2022-09-13 16:44:55 +02:00
parent dd2d0d2570
commit 3e79e043df
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ local M = {}
---@field fg string|nil
---@field bg string|nil
---@field sp string|nil
---@field style string|nil
---@field style string|nil|Highlight
---@alias Highlights table<string,Highlight>