feat: replace some plugins
This commit is contained in:
10
configs/wezterm/wezterm.lua
Normal file
10
configs/wezterm/wezterm.lua
Normal 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,
|
||||
}
|
Reference in New Issue
Block a user