fixed deprecation in nvim

This commit is contained in:
2025-07-23 12:23:52 +02:00
parent ec15fc0bcd
commit 1ed4ef0963
2 changed files with 48 additions and 9 deletions

View File

@@ -4,26 +4,26 @@
[font]
## Font size in points.
size = 10
size = 12
## When true, Alacritty will use a custom built-in font for box drawing characters and powerline symbols.
builtin_box_drawing = true
## Normal font family.
[font.normal]
family = "0xProto Nerd Font"
family = "FiraMono Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold]
family = "0xProto Nerd Font"
family = "FiraMono Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.italic]
family = "0xProto Nerd Font"
family = "FiraMono Nerd Font"
## If the family is not specified, it will fall back to the value specified for the normal font.
[font.bold_italic]
family = "0xProto Nerd Font"
family = "FiraMono Nerd Font"
## Offset is the extra space around each character.
## 'y' can be thought of as modifying the line spacing, and 'x' as modifying the letter spacing.