refactor: tests

This commit is contained in:
max miliano 2024-02-25 14:12:45 -03:00
parent 9f71da8e9e
commit 6d3bff3ebb

View file

@ -9,7 +9,7 @@ describe('dracula.setup', function()
mycolor = '#ffffff',
}
end,
on_highlight = function(colors)
on_highlights = function(colors)
return {
CustomHighlight = { fg = colors.mycolor },
}