mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
refactor: tests
This commit is contained in:
parent
9f71da8e9e
commit
6d3bff3ebb
|
|
@ -9,7 +9,7 @@ describe('dracula.setup', function()
|
|||
mycolor = '#ffffff',
|
||||
}
|
||||
end,
|
||||
on_highlight = function(colors)
|
||||
on_highlights = function(colors)
|
||||
return {
|
||||
CustomHighlight = { fg = colors.mycolor },
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue