Skip to content

Commit

Permalink
docs: auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry authored and github-actions[bot] committed Oct 1, 2024
1 parent 484d5d4 commit 45a8647
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/cyberdream.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,8 @@ their default values:
-- 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 Expand Up @@ -215,6 +214,7 @@ We’ve cooked up some wonderful extras to enhance your cyberdream experience.
Mostly terminal themes and a few other goodies!

- **Alacritty**
- **Base16/Stylix**
- **Fish**
- **GitUI**
- **Helix**
Expand All @@ -230,6 +230,7 @@ Mostly terminal themes and a few other goodies!
- **Vivid**
- **Wezterm**
- **Windows Terminal**
- **Yazi**
- **Zed**
- **Zellij**

Expand Down

0 comments on commit 45a8647

Please sign in to comment.