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: convert palette name to hyphen format for vim.g.colors_name
Fixes colorscheme restoration error in snacks picker. The picker was
trying to restore 'oasis_desert' but colorscheme files use hyphens
(oasis-desert.lua). Now converts underscores to hyphens to match actual
filenames.
0 commit comments