nvim: fix windows issue with treesitter; wezterm: font
This commit is contained in:
parent
d16839aa69
commit
9827fe645b
2 changed files with 15 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
local wt = require('wezterm')
|
||||
local act = wt.action
|
||||
local font = 'VascadiaMod'
|
||||
local font = 'FantasqueSansM Nerd Font'
|
||||
local harfbuzz_features = nil
|
||||
local fontsizes = { Darwin = 14, others = 11 }
|
||||
local fontsizes = { Darwin = 15, others = 12 }
|
||||
local theme = 'Solarized Light (Gogh)'
|
||||
local overrides = {
|
||||
fonts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue