diff options
| author | Ellison <ellisonleao@gmail.com> | 2025-08-19 13:30:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 13:30:44 -0300 |
| commit | 9ab8b1293065b33f1f6bc935b703ed1d84ebdca0 (patch) | |
| tree | b4a182473250c4e95e7a889c5aa7012848dbe5a5 | |
| parent | 58a2cda2e953a99e2f87c12b7fb4602da4e0709c (diff) | |
| parent | 3cb87e33a98f80979a5e1b5a10f15debf5b71d06 (diff) | |
| download | gruvbox-9ab8b1293065b33f1f6bc935b703ed1d84ebdca0.tar.gz gruvbox-9ab8b1293065b33f1f6bc935b703ed1d84ebdca0.tar.xz | |
Merge pull request #409 from saygo-png/diagnostic-deprecated-fix
fix: DiagnosticDeprecated follows strikethrough setting
| -rw-r--r-- | lua/gruvbox.lua | 1 |
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" }, |
