From b97e4d2118cf6eb8d27d8938f21dce5960b81267 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Wed, 4 Sep 2024 19:20:28 +0700 Subject: [PATCH] neovide: use non mono font for neovide since they provide bigger icons --- lua/config/neovide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/neovide.lua b/lua/config/neovide.lua index e08f30f..07fc018 100644 --- a/lua/config/neovide.lua +++ b/lua/config/neovide.lua @@ -2,7 +2,7 @@ if not vim.g.neovide then return end -local font = "JetBrainsMono Nerd Font Mono" +local font = "JetBrainsMono Nerd Font" local font_size = vim.o.lines < 60 and 11 or 12