Open ellisonleao opened 1 year ago
I would name it invert_colors
instead of reverse
.
Also it would be nice to have:
require('gruvbox').setup({
font_style = {
comments = { italic = true },
keywords = { italic = true },
functions = { bold = true },
variables = {},
},
})
Following https://github.com/ellisonleao/gruvbox.nvim/issues/220 idea, we will introduce fine-grained bold options in the setup call
We will need to remove
and create a new
reverse
table