1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

cargo fmt --all

This commit is contained in:
Oscar Cederberg 2023-09-04 12:07:55 +02:00
parent 1998e28016
commit 61a79ebd56

View File

@ -226,7 +226,7 @@ pub fn make_lua_context(config_file: &Path) -> anyhow::Result<Lua> {
array.insert(0, format!("{}/?.lua", path.display()));
array.insert(1, format!("{}/?/init.lua", path.display()));
}
prefix_path(&mut path_array, &crate::HOME_DIR.join(".wezterm"));
prefix_path(&mut path_array, &crate::DATA_DIR.join("plugins"));
for dir in crate::CONFIG_DIRS.iter() {