From 2931414aed03fec6b91478e4a9e336f4351800b3 Mon Sep 17 00:00:00 2001 From: fm39hz-workstation Date: Tue, 21 May 2024 22:44:49 +0700 Subject: [PATCH] fix: fix font name --- lua/plugins/collaborative.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/collaborative.lua b/lua/plugins/collaborative.lua index 9d10dce..df40728 100644 --- a/lua/plugins/collaborative.lua +++ b/lua/plugins/collaborative.lua @@ -18,7 +18,7 @@ return { has_line_number = true, watermark = "• FM39hz •", bg_color = "#535c68", - code_font_family = "JetbrainsMono Nerd Font Bold", + code_font_family = "JetbrainsMono Nerd Font", }, }, }