disable bold and italic
This commit is contained in:
parent
c607af6115
commit
f9d9bbd258
@ -1,8 +1,8 @@
|
|||||||
require('gruvbox').setup({
|
require('gruvbox').setup({
|
||||||
undercurl = true,
|
undercurl = true,
|
||||||
underline = true,
|
underline = true,
|
||||||
bold = true,
|
bold = false,
|
||||||
italic = true, -- will make italic comments and special strings
|
italic = false, -- will make italic comments and special strings
|
||||||
inverse = true, -- invert background for search, diffs, statuslines and errors
|
inverse = true, -- invert background for search, diffs, statuslines and errors
|
||||||
invert_selection = false,
|
invert_selection = false,
|
||||||
invert_signs = false,
|
invert_signs = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user