aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 6a5ef41..07dedd4 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -376,6 +376,7 @@ local function get_groups()
DiagnosticError = { link = "GruvboxRed" },
DiagnosticWarn = { link = "GruvboxYellow" },
DiagnosticInfo = { link = "GruvboxBlue" },
+ DiagnosticDeprecated = { strikethrough = config.strikethrough },
DiagnosticHint = { link = "GruvboxAqua" },
DiagnosticOk = { link = "GruvboxGreen" },
DiagnosticSignError = { link = "GruvboxRedSign" },