We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fb5c2 commit 1eb13f8Copy full SHA for 1eb13f8
lua/astroui/config.lua
@@ -9,6 +9,8 @@
9
10
---@alias StringMap table<string,string>
11
---@alias AstroUIIconHighlight (fun(self:table):boolean)|boolean
12
+---@alias AstroUIHighlight vim.api.keyset.highlight
13
+---@alias AstroUIHighlights table<string,vim.api.keyset.highlight>
14
15
---@class AstroUIFileIconHighlights
16
---@field tabline AstroUIIconHighlight? enable or disabling file icon highlighting in the tabline
@@ -136,7 +138,7 @@
136
138
--- },
137
139
---}
140
---```
----@field highlights table<string,(table<string,table>|fun():table<string,table>)>?
141
+---@field highlights table<string,(AstroUIHighlights|fun():AstroUIHighlights)>?
142
---A table of icons in the UI using NERD fonts
143
---Example:
144
---
0 commit comments