@ -28,6 +28,18 @@ require('gruvbox-material').setup {
opt.fg = colors.purple
end
if string.find(group, '@variable') then
opt.link = nil
opt.fg = nil
if group == '@string' then
opt.fg = colors.yellow
return opt
end,
}