Update version

This commit is contained in:
Sergio Alejandro Vargas 2021-03-10 15:38:25 -05:00 committed by Oliver Marriott
parent 01db662fd8
commit f1458c4414
1 changed files with 2 additions and 2 deletions

View File

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