chore(config): Sudo Var -> IBM Plex Mono
parent
a6a0789a7d
commit
2464142322
|
@ -2,8 +2,8 @@
|
||||||
include mocha.conf
|
include mocha.conf
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||||
font_family Sudo Var
|
font_family IBM Plex Mono
|
||||||
font_size 18.0
|
font_size 14.0
|
||||||
# kitty +list-fonts --psnames
|
# kitty +list-fonts --psnames
|
||||||
|
|
||||||
modify_font cell_height 120%
|
modify_font cell_height 120%
|
||||||
|
|
|
@ -467,7 +467,9 @@ require("lazy").setup({
|
||||||
vim.g.neoformat_enabled_json = { "denofmt" }
|
vim.g.neoformat_enabled_json = { "denofmt" }
|
||||||
vim.g.neoformat_enabled_lua = { "stylua" }
|
vim.g.neoformat_enabled_lua = { "stylua" }
|
||||||
vim.g.neoformat_enabled_markdown = { "denofmt" }
|
vim.g.neoformat_enabled_markdown = { "denofmt" }
|
||||||
|
vim.g.neoformat_enabled_sh = { "shfmt" }
|
||||||
vim.g.neoformat_enabled_toml = { "taplo" }
|
vim.g.neoformat_enabled_toml = { "taplo" }
|
||||||
|
vim.g.neoformat_enabled_zsh = { "shfmt" }
|
||||||
vim.g.shfmt_opt = "-ci"
|
vim.g.shfmt_opt = "-ci"
|
||||||
end,
|
end,
|
||||||
config = function()
|
config = function()
|
||||||
|
|
|
@ -3,9 +3,9 @@ local act = wezterm.action
|
||||||
|
|
||||||
return {
|
return {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
family = "Sudo Var",
|
family = "IBM Plex Mono",
|
||||||
}),
|
}),
|
||||||
font_size = 18.0,
|
font_size = 14.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
use_cap_height_to_scale_fallback_fonts = true,
|
use_cap_height_to_scale_fallback_fonts = true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue