Skip to content

Commit

Permalink
fix strikethrough. Close #332
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed May 3, 2024
1 parent 6e4027a commit a66d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ local function get_groups()
["@markup.strong"] = { bold = config.bold },
["@markup.emphasis"] = { italic = config.italic.emphasis },
["@markup.underline"] = { underline = config.underline },
["@markup.strike"] = { strikethrough = config.strikethrough },
["@markup.strikethrough"] = { strikethrough = config.strikethrough },
["@markup.heading"] = { link = "Title" },
["@markup.raw"] = { link = "String" },
["@markup.math"] = { link = "Special" },
Expand Down

0 comments on commit a66d9dd

Please sign in to comment.