wezterm.add_to_config_reload_watch_list(path)¶
Since: Version 20210814-124438-54e29167
The functionality described in this section requires version 20210814-124438-54e29167 of wezterm, or a more recent version.
Adds path
to the list of files that are watched for config changes.
If automatically_reload_config
is enabled, then the config will be reloaded when any of the files
that have been added to the watch list have changed.
Since: Version 20220807-113146-c2fee766
The functionality described in this section requires version 20220807-113146-c2fee766 of wezterm, or a more recent version.
This function is now called implicitly when you require
a lua file.