Is your feature request related to a problem? Please describe.
Since inverse field related to configuration of multiple groups highlight, I would like to detach invert_search from it (maybe it's a good idea to detach some other configuration fields also).
I also have a "my-fork" solution for that: bb2fc8a
Describe the solution you'd like
Gruvbox.config = {
...
invert_selection = false,
invert_signs = false,
invert_tabline = false,
invert_intend_guides = false,
invert_search = false,
inverse = false,
...
}
Is your feature request related to a problem? Please describe.
Since
inversefield related to configuration of multiple groups highlight, I would like to detachinvert_searchfrom it (maybe it's a good idea to detach some other configuration fields also).I also have a "my-fork" solution for that: bb2fc8a
Describe the solution you'd like