Skip to content

Commit

Permalink
Fix some types
Browse files Browse the repository at this point in the history
  • Loading branch information
neanias committed Jun 5, 2024
1 parent 1d9329b commit e317e73
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lua/everforest/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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<string,Highlight>

Expand Down

0 comments on commit e317e73

Please sign in to comment.