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
+5 -1
View File
@@ -11,7 +11,7 @@
-- https://github.com/wez/wezterm/
-- Load WezTerm module
WEZTERM = require("wezterm")
WEZTERM = require("wezterm") --[[@as Wezterm]]
-- Load Config Builder
CONFIG = WEZTERM.config_builder()
@@ -35,10 +35,14 @@ require("plugs")
-- Encrypt Sessions
require("encryption")
-- Load Menus
CONFIG.launch_menu = require("menus")
--------- Update Plugins ----------
---Running this may cause slowdowns
-----------------------------------
-- WEZTERM.plugin.update_all() ----
-- print(WEZTERM.plugin.list())
-----------------------------------
-- Return configuration