Update version

This commit is contained in:
Sergio Alejandro Vargas 2021-03-10 15:38:25 -05:00 committed by Oliver Marriott
parent 70626d0413
commit fc7174dc0d
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -47,8 +47,8 @@ local hsl = lush.hsl
local theme = lush(function() local theme = lush(function()
return { return {
-- The following are all the Neovim default highlight groups from -- The following are all the Neovim default highlight groups from the docs
-- docs as of 0.5.0-812, to aid your theme creation. Your themes should -- as of 0.5.0-nightly-446, to aid your theme creation. Your themes should
-- probably style all of these at a bare minimum. -- probably style all of these at a bare minimum.
-- --
-- Referenced/linked groups must come before being referenced/lined, -- Referenced/linked groups must come before being referenced/lined,