diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2022-07-06 18:45:37 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2022-07-06 18:45:37 -0300 |
| commit | aee207e1ae55c44bd6a23c1a85e5e17939e3835b (patch) | |
| tree | 53be9ba01a9f71abb491dd4ebce5174a27f372f5 /tests | |
| parent | 77dd4c2b842191fa36f5dd090d1c6d53b3d18161 (diff) | |
| download | gruvbox-aee207e1ae55c44bd6a23c1a85e5e17939e3835b.tar.gz gruvbox-aee207e1ae55c44bd6a23c1a85e5e17939e3835b.tar.xz | |
adding strikethrough option in config
update readme
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, |
