Skip to content

Commit c21f29b

Browse files
committed
fix(config): move config option to correct class
resolves required field warning when `cache` isn't present
1 parent 607878d commit c21f29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ local M = {}
2020
---@field colors? CyberdreamPalette
2121
---@field highlights? table<string, CyberdreamHighlight>
2222
---@field overrides? CyberdreamOverrideFn
23-
---@field cache? boolean
2423

2524
---@alias CyberdreamTelescopeStyle "nvchad" | "flat"
2625

@@ -61,6 +60,7 @@ local M = {}
6160
---@field hide_fillchars? boolean
6261
---@field borderless_telescope? boolean | { border: boolean, style: CyberdreamTelescopeStyle }
6362
---@field terminal_colors? boolean
63+
---@field cache? boolean
6464
---@field theme? ThemeConfig
6565
---@field extensions? extensions
6666
local default_options = {

0 commit comments

Comments
 (0)