wezterm: fmt
This commit is contained in:
parent
20c38d3021
commit
c5cd1b85bb
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ return {
|
||||||
enable_tab_bar = false,
|
enable_tab_bar = false,
|
||||||
color_scheme = 'Catppuccin Mocha',
|
color_scheme = 'Catppuccin Mocha',
|
||||||
|
|
||||||
window_padding = {top = 0, bottom = 0, left = 0, right = 0}
|
window_padding = { top = 0, bottom = 0, left = 0, right = 0 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue