You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/astroui/config.lua
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@
38
38
---@fieldbreadcrumbsstring? Separator used in between symbols in the breadcrumbs
39
39
---@fieldpathstring? Separator used in between symbols in a file path
40
40
41
+
---@classAstroUIWinbar
42
+
---@fieldenabledtable<BufMatcherKinds, BufMatcherPattern[]>? Buffer matching patterns for whitelisting buffers to enable winbar
43
+
---@fielddisabledtable<BufMatcherKinds, BufMatcherPattern[]>? Buffer matching patterns for blacklisting buffers from enabling winbar
44
+
41
45
---@classAstroUIStatusOpts
42
46
---Configure attributes of components defined in the `status` API. Check the AstroNvim documentation for a complete list of color names, this applies to colors that have `_fg` and/or `_bg` names with the suffix removed (ex. `git_branch_fg` as attributes from `git_branch`).
43
47
---Example:
@@ -105,6 +109,8 @@
105
109
---}
106
110
---```
107
111
---@fieldseparatorsAstroUISeparators?
112
+
---Configure when winbar is enabled/disabled
113
+
---@fieldwinbarAstroUIWinbar?
108
114
---**MEANT FOR INTERNAL USE ONLY**
109
115
---Function used for setting up colors in Heirline, the entry point to this are typically through the `status.colors` option.
0 commit comments