minor fix

This commit is contained in:
js0ny 2025-07-08 21:50:22 +08:00
parent 3bfde49348
commit 4062aeab3d
8 changed files with 39 additions and 12 deletions

View file

@ -8,11 +8,6 @@ local color = require("color")
local config = wezterm.config_builder()
-- TODO: OS light/dark theme detection
-- local function detect_theme() end
-- config.font = 'FiraCode Nerd Font'
require("tab")(config)
require("appearance")(config)
require("keymaps")(config)