diff --git a/home/wezterm/config.lua b/home/wezterm/config.lua index 134179b..7c7c172 100644 --- a/home/wezterm/config.lua +++ b/home/wezterm/config.lua @@ -15,5 +15,5 @@ return { enable_tab_bar = false, color_scheme = 'Catppuccin Mocha', - window_padding = {top = 0, bottom = 0, left = 0, right = 0} -} \ No newline at end of file + window_padding = { top = 0, bottom = 0, left = 0, right = 0 } +}