style: tidy up configuration and remove unnecessary comments
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user