disable bold and italic

This commit is contained in:
Oliver Hartmann 2022-07-01 20:55:03 +02:00
parent c607af6115
commit f9d9bbd258

View File

@ -1,8 +1,8 @@
require('gruvbox').setup({
undercurl = true,
underline = true,
bold = true,
italic = true, -- will make italic comments and special strings
bold = false,
italic = false, -- will make italic comments and special strings
inverse = true, -- invert background for search, diffs, statuslines and errors
invert_selection = false,
invert_signs = false,