mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix: fix font name
This commit is contained in:
parent
42249a17ee
commit
16cd2ac586
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ return {
|
||||||
has_line_number = true,
|
has_line_number = true,
|
||||||
watermark = "• FM39hz •",
|
watermark = "• FM39hz •",
|
||||||
bg_color = "#535c68",
|
bg_color = "#535c68",
|
||||||
code_font_family = "JetbrainsMono Nerd Font Bold",
|
code_font_family = "JetbrainsMono Nerd Font",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue