wezterm, neovim: some lua magic
This commit is contained in:
parent
f42c239958
commit
ff48d8d86b
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
local wt = require('wezterm')
|
||||
local act = wt.action
|
||||
local font = 'VascadiaMod'
|
||||
local harfbuzz_features = null
|
||||
local harfbuzz_features = nil
|
||||
local fontsizes = { Darwin = 14, others = 11 }
|
||||
local theme = 'GruvboxDark'
|
||||
local overrides = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue