style: tidy up configuration and remove unnecessary comments

This commit is contained in:
2024-10-21 05:48:19 -04:00
parent b22d371263
commit 7ea66629e9
6 changed files with 74 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ Sessionizer │
-- ╰─────────────────────────────────────────────────────────╯
local wezterm = WEZTERM
local config = CONFIG
SESSIONIZER = wezterm.plugin.require("https://github.com/mikkasendke/sessionizer.wezterm")
if SESSIONIZER then
SESSIONIZER.apply_to_config(config)
end