Skip to content

Commit

Permalink
fix(config): fix type annotation for lazygit disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 15, 2024
1 parent c7ae967 commit 0893053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astroui/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
---}
---```
---@field status AstroUIStatusOpts?
---Configuration options for the Lazygit theme integration
---Configuration options for the Lazygit theme integration, set to false to disable
---Example:
---
---```lua
Expand All @@ -213,7 +213,7 @@
--- },
---}
---```
---@field lazygit AstroUILazygitOpts?
---@field lazygit AstroUILazygitOpts|false?

---@type AstroUIOpts
local M = {
Expand Down

0 comments on commit 0893053

Please sign in to comment.