feat: replace some plugins

This commit is contained in:
2022-08-23 14:58:15 +02:00
parent c756bf993f
commit 7ec4c850d3
11 changed files with 354 additions and 267 deletions

View File

@ -0,0 +1,10 @@
local wezterm = require("wezterm")
return {
font = wezterm.font("FiraCodeNerdFont"),
font_size = 13,
-- You can specify some parameters to influence the font selection;
-- for example, this selects a Bold, Italic font variant.
use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = true,
}