feat: use my own plugin!

This commit is contained in:
winston 2023-03-20 23:30:58 +01:00
parent 76ea28194d
commit 4d5cb8cfd2
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -41,6 +41,22 @@ c.window_frame = {
font_size = 18.0,
}
require("bar").apply_to_config(c)
wezterm.plugin
.require("https://github.com/nekowinston/wezterm-bar")
.apply_to_config(c, {
indicator = {
leader = {
off = "",
on = "",
},
mode = {
names = {
copy_mode = "V",
resize_mode = "R",
search_mode = "S",
},
},
},
})
return c