We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607878d commit c21f29bCopy full SHA for c21f29b
lua/cyberdream/config.lua
@@ -20,7 +20,6 @@ local M = {}
20
---@field colors? CyberdreamPalette
21
---@field highlights? table<string, CyberdreamHighlight>
22
---@field overrides? CyberdreamOverrideFn
23
----@field cache? boolean
24
25
---@alias CyberdreamTelescopeStyle "nvchad" | "flat"
26
@@ -61,6 +60,7 @@ local M = {}
61
60
---@field hide_fillchars? boolean
62
---@field borderless_telescope? boolean | { border: boolean, style: CyberdreamTelescopeStyle }
63
---@field terminal_colors? boolean
+---@field cache? boolean
64
---@field theme? ThemeConfig
65
---@field extensions? extensions
66
local default_options = {
0 commit comments