fix: uninstantiate globals

dev-assets
Pocco81 3 years ago
parent d2440a39bc
commit c4ddcfc0b2

@ -393,6 +393,10 @@ function M.apply()
LightspeedGreyWash = {fg = cpt.comment} LightspeedGreyWash = {fg = cpt.comment}
} }
-- uninstantiated to avoid poluting global scope and because they are not needed anymore
_G.cpc = nil
_G.cpt = nil
return theme return theme
end end

Loading…
Cancel
Save