From 1da95477514d89b4ab1a54072a778ae98cf182d0 Mon Sep 17 00:00:00 2001 From: David <12832280+David-Else@users.noreply.github.com> Date: Sun, 28 Nov 2021 23:02:19 +0000 Subject: [PATCH] Add strikethrough --- colors/codedark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/codedark.vim b/colors/codedark.vim index a479938..4f0b072 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -553,7 +553,7 @@ call hi('yamlConstant', s:cdBlue, {}, 'none', {}) call hi('CocExplorerIndentLine', s:cdCursorDark, {}, 'none', {}) " nvim-cmp -call hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'none', {}) +call hi('CmpItemAbbrDeprecated', s:cdGray, {}, 'strikethrough', {}) call hi('CmpItemAbbrMatch', s:cdBlue, {}, 'none', {}) call hi('CmpItemAbbrMatchFuzzy', s:cdBlue, {}, 'none', {}) call hi('CmpItemKindVariable', s:cdLightBlue, {}, 'none', {})