wezterm.add_to_config_reload_watch_list(path)
Since: 20210814-124438-54e29167
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: nightly builds only
This function is now called implicitly when you require
a lua file.