refactor(wezterm): run stylua

chezmoi
sgoudham 2 years ago
parent 4c00a4bea6
commit 179b031c74
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -0,0 +1,7 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"

@ -123,12 +123,7 @@ wezterm.on("format-tab-title", function(tab, tabs, panes, config, hover, max_wid
{ Background = { Color = s_bg } },
{ Foreground = { Color = s_fg } },
{
Text = " "
.. tab.tab_index + 1
.. ": "
.. tab.active_pane.title
.. numberStyle(count, "superscript")
.. " ",
Text = " " .. tab.tab_index + 1 .. ": " .. tab.active_pane.title .. numberStyle(count, "superscript") .. " ",
},
{ Background = { Color = e_bg } },
{ Foreground = { Color = e_fg } },

Loading…
Cancel
Save