1
0
Fork 0

nvim: enable ale for go; wezterm: use normal font as nerd fonts are builtin

This commit is contained in:
Von Random 2023-10-06 14:54:59 +03:00
parent ad52e357a9
commit 100f4f6807
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
local wt = require('wezterm')
local act = wt.action
local font = 'FantasqueSansM Nerd Font'
local font = 'Fantasque Sans Mono'
local harfbuzz_features = nil
local fontsizes = { Darwin = 15, others = 12 }
local theme = 'Solarized Light (Gogh)'