Add setup option to overwrite the highlight group. Although the group can be overwritten by defer_fn hack currently, the method will cause flicker of colors on startup because the highlight groups are specified twice. Allowing user to directly overwrite the definition will address this problem.
Related: #70
Add setup option to overwrite the highlight group. Although the group can be overwritten by
defer_fn
hack currently, the method will cause flicker of colors on startup because the highlight groups are specified twice. Allowing user to directly overwrite the definition will address this problem.