diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gruvbox/gruvbox_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gruvbox/gruvbox_spec.lua b/tests/gruvbox/gruvbox_spec.lua index 67c57d0..f243ed2 100644 --- a/tests/gruvbox/gruvbox_spec.lua +++ b/tests/gruvbox/gruvbox_spec.lua @@ -7,6 +7,7 @@ describe("setup", function() undercurl = true, underline = true, bold = true, + strikethrough = true, italic = true, inverse = true, invert_selection = false, @@ -26,6 +27,7 @@ describe("setup", function() undercurl = false, underline = false, bold = true, + strikethrough = true, italic = true, inverse = true, invert_selection = false, |
