chore(config): Sudo Var -> IBM Plex Mono

main
sudo pacman -Syu 2023-09-25 01:09:00 +07:00
parent a6a0789a7d
commit 2464142322
3 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,8 @@
include mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#fonts
font_family Sudo Var
font_size 18.0
font_family IBM Plex Mono
font_size 14.0
# kitty +list-fonts --psnames
modify_font cell_height 120%

View File

@ -467,7 +467,9 @@ require("lazy").setup({
vim.g.neoformat_enabled_json = { "denofmt" }
vim.g.neoformat_enabled_lua = { "stylua" }
vim.g.neoformat_enabled_markdown = { "denofmt" }
vim.g.neoformat_enabled_sh = { "shfmt" }
vim.g.neoformat_enabled_toml = { "taplo" }
vim.g.neoformat_enabled_zsh = { "shfmt" }
vim.g.shfmt_opt = "-ci"
end,
config = function()

View File

@ -3,9 +3,9 @@ local act = wezterm.action
return {
font = wezterm.font({
family = "Sudo Var",
family = "IBM Plex Mono",
}),
font_size = 18.0,
font_size = 14.0,
line_height = 1.2,
use_cap_height_to_scale_fallback_fonts = true,