fix(gruvbox_material): TSInclude should be 1st

This commit is contained in:
RitchielRez 2022-09-12 13:24:38 +06:00 committed by GitHub
parent ef2208ca42
commit 2b0c13cb3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,8 @@ M.base_16 = {
}
M.polish_hl = {
TSVariable = { fg = M.base_16.base08 },
TSInclude = { fg = M.base_16.base0E },
TSVariable = { fg = M.base_16.base08 },
}
vim.opt.bg = "dark"