Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
minghongx committed May 14, 2023
1 parent f4aa2ef commit aff55a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/plugins/themes/gruvbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ require('gruvbox').setup {
undercurl = true,
underline = true,
bold = true,
italic = false,
italic = {
strings = false,
comments = false,
operators = false,
folds = true,
},
strikethrough = true,
invert_selection = false,
invert_signs = false,
Expand Down

0 comments on commit aff55a5

Please sign in to comment.