From 547825072c29d77788f2fd801c8e96f705630a30 Mon Sep 17 00:00:00 2001 From: Robson Roberto Souza Peixoto <124390+robsonpeixoto@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:26:31 -0300 Subject: [PATCH] doc: add missing config variable on tab_bar_style documentation --- docs/config/lua/config/tab_bar_style.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config/lua/config/tab_bar_style.md b/docs/config/lua/config/tab_bar_style.md index a4d4f1ce9e9..194a4959c04 100644 --- a/docs/config/lua/config/tab_bar_style.md +++ b/docs/config/lua/config/tab_bar_style.md @@ -44,6 +44,8 @@ This example changes the tab edges to the PowerLine arrow symbols: ```lua local wezterm = require 'wezterm' +local config = wezterm.config_builder() + -- The filled in variant of the < symbol local SOLID_LEFT_ARROW = wezterm.nerdfonts.pl_right_hard_divider