fix(gruvbox_material): `TSRepeat` links to `Repeat`

v2.5
RitchielRez 3 years ago committed by GitHub
parent a1cb8ad929
commit b2b154c253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ M.polish_hl = {
Include = { fg = M.base_16.base0E },
TSVariable = { fg = M.base_16.base08 },
TSProperty = { fg = M.base_16.base0C },
TSRepeat = { fg = M.base_16.base0 },
Repeat = { fg = M.base_16.base0 },
}
vim.opt.bg = "dark"

Loading…
Cancel
Save