From e317e732f0f6bee3c4e477e7001fc27d9828247b Mon Sep 17 00:00:00 2001 From: Will Mathewson Date: Wed, 5 Jun 2024 14:15:22 +0100 Subject: [PATCH] Fix some types --- lua/everforest/highlights.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/everforest/highlights.lua b/lua/everforest/highlights.lua index fc2e05e..26c0e4c 100644 --- a/lua/everforest/highlights.lua +++ b/lua/everforest/highlights.lua @@ -12,12 +12,7 @@ local styles = { nocombine = "nocombine", } ----@class Highlight ----@field fg string|nil ----@field bg string|nil ----@field sp string|nil ----@field style string|nil|Highlight ----@field link string|nil +---@alias Highlight vim.api.keyset.highlight ---@alias Highlights table