Skip to content

Commit 0893053

Browse files
committed
fix(config): fix type annotation for lazygit disabling
1 parent c7ae967 commit 0893053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astroui/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
---}
193193
---```
194194
---@field status AstroUIStatusOpts?
195-
---Configuration options for the Lazygit theme integration
195+
---Configuration options for the Lazygit theme integration, set to false to disable
196196
---Example:
197197
---
198198
---```lua
@@ -213,7 +213,7 @@
213213
--- },
214214
---}
215215
---```
216-
---@field lazygit AstroUILazygitOpts?
216+
---@field lazygit AstroUILazygitOpts|false?
217217

218218
---@type AstroUIOpts
219219
local M = {

0 commit comments

Comments
 (0)