mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(wezterm): reformat file
This commit is contained in:
@@ -9,7 +9,20 @@ end
|
|||||||
config.font = wezterm.font_with_fallback({
|
config.font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "Monaspace Neon",
|
family = "Monaspace Neon",
|
||||||
harfbuzz_features = { "calt=1", "clig=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=1", "ss08=1" },
|
harfbuzz_features = {
|
||||||
|
"calt=1",
|
||||||
|
"clig=1",
|
||||||
|
"liga=1",
|
||||||
|
"dlig=1",
|
||||||
|
"ss01=1",
|
||||||
|
"ss02=1",
|
||||||
|
"ss03=1",
|
||||||
|
"ss04=1",
|
||||||
|
"ss05=1",
|
||||||
|
"ss06=1",
|
||||||
|
"ss07=1",
|
||||||
|
"ss08=1",
|
||||||
|
},
|
||||||
weight = "Regular",
|
weight = "Regular",
|
||||||
italic = false,
|
italic = false,
|
||||||
},
|
},
|
||||||
@@ -29,7 +42,19 @@ config.font_rules = {
|
|||||||
weight = "ExtraLight",
|
weight = "ExtraLight",
|
||||||
stretch = "Normal",
|
stretch = "Normal",
|
||||||
style = "Normal",
|
style = "Normal",
|
||||||
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" },
|
harfbuzz_features = {
|
||||||
|
"calt=1",
|
||||||
|
"liga=1",
|
||||||
|
"dlig=1",
|
||||||
|
"ss01=1",
|
||||||
|
"ss02=1",
|
||||||
|
"ss03=1",
|
||||||
|
"ss04=1",
|
||||||
|
"ss05=1",
|
||||||
|
"ss06=1",
|
||||||
|
"ss07=0",
|
||||||
|
"ss08=1",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
@@ -43,7 +68,19 @@ config.font_rules = {
|
|||||||
weight = "Light",
|
weight = "Light",
|
||||||
stretch = "Normal",
|
stretch = "Normal",
|
||||||
style = "Normal",
|
style = "Normal",
|
||||||
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" },
|
harfbuzz_features = {
|
||||||
|
"calt=1",
|
||||||
|
"liga=1",
|
||||||
|
"dlig=1",
|
||||||
|
"ss01=1",
|
||||||
|
"ss02=1",
|
||||||
|
"ss03=1",
|
||||||
|
"ss04=1",
|
||||||
|
"ss05=1",
|
||||||
|
"ss06=1",
|
||||||
|
"ss07=0",
|
||||||
|
"ss08=1",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
@@ -57,7 +94,19 @@ config.font_rules = {
|
|||||||
weight = "Light",
|
weight = "Light",
|
||||||
stretch = "Normal",
|
stretch = "Normal",
|
||||||
style = "Normal",
|
style = "Normal",
|
||||||
harfbuzz_features = { "calt=1", "liga=1", "dlig=1", "ss01=1", "ss02=1", "ss03=1", "ss04=1", "ss05=1", "ss06=1", "ss07=0", "ss08=1" },
|
harfbuzz_features = {
|
||||||
|
"calt=1",
|
||||||
|
"liga=1",
|
||||||
|
"dlig=1",
|
||||||
|
"ss01=1",
|
||||||
|
"ss02=1",
|
||||||
|
"ss03=1",
|
||||||
|
"ss04=1",
|
||||||
|
"ss05=1",
|
||||||
|
"ss06=1",
|
||||||
|
"ss07=0",
|
||||||
|
"ss08=1",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user