Skip to content

Commit

Permalink
docs: update cache setting description
Browse files Browse the repository at this point in the history
should no longer be considered experimental :)
  • Loading branch information
scottmckendry committed Oct 1, 2024
1 parent 61dcce0 commit 484d5d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ require("cyberdream").setup({
-- Set terminal colors used in `:terminal`
terminal_colors = true,

-- Use caching to improve performance - WARNING: experimental feature - expect the unexpected!
-- Early testing shows a 60-70% improvement in startup time. YMMV. Disables dynamic light/dark theme switching.
cache = false, -- generate cache with :CyberdreamBuildCache and clear with :CyberdreamClearCache
-- Improve start up time by caching highlights. Generate cache with :CyberdreamBuildCache and clear with :CyberdreamClearCache
cache = false,

theme = {
variant = "default", -- use "light" for the light variant. Also accepts "auto" to set dark or light colors based on the current value of `vim.o.background`
Expand Down

0 comments on commit 484d5d4

Please sign in to comment.