You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix!: remove auto-apply from setup() to match standard convention
BREAKING CHANGE: setup() no longer automatically applies the theme.
Users must now call vim.cmd.colorscheme('oasis') after setup().
This aligns Oasis with the standard pattern used by other popular
colorscheme plugins (Catppuccin, Tokyonight, etc.) where setup()
only configures and :colorscheme applies the theme.
Updated all documentation examples to show the two-step pattern:
- Installation section
- Auto-switching configuration
- Palette overrides
- Highlight overrides
- Usage section with clearer headers
Fixes the issue where setup() would override explicit colorscheme
choices, preventing users from configuring Oasis features (like
auto-switching) without forcing it as their active colorscheme.
0 commit comments