This adds both a post_hook option to the configuration options as well as a TransparentClear user autocommand event which provides the user 2 methods for executing code after highlight groups are cleared.
Resolves #62
Note: this also has a 2nd commit that removes the use of tbl_islist in newer versions of Neovim. This function is now deprecated, so just future proofs the existing code slightly.
This adds both a
post_hook
option to the configuration options as well as aTransparentClear
user autocommand event which provides the user 2 methods for executing code after highlight groups are cleared.Resolves #62
Note: this also has a 2nd commit that removes the use of
tbl_islist
in newer versions of Neovim. This function is now deprecated, so just future proofs the existing code slightly.