diff options
| -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 2f0d945..f3c8d05 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -545,6 +545,7 @@ local function get_groups() BlinkCmpKindStruct = { link = "GruvboxYellow" }, BlinkCmpKindTypeParameter = { link = "GruvboxYellow" }, BlinkCmpSource = { link = "GruvboxGray" }, + BlinkCmpGhostText = { link = "GruvboxBg4" }, diffAdded = { link = "DiffAdd" }, diffRemoved = { link = "DiffDelete" }, diffChanged = { link = "DiffChange" }, |
