From 1b764b9f0e3040cbbf2edda5f33d920f85d9e405 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 10 Apr 2024 22:01:24 +0200 Subject: [PATCH] Use new font in windows --- lua/config/options.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index fb7aef7..6881000 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -54,7 +54,8 @@ else -- opt.guifont = 'Hack Nerd Font:h10' -- opt.guifont = 'JetBrainsMono Nerd Font:h10' -- opt.guifont = 'FiraCode Nerd Font:h10' - opt.guifont = 'RobotoMono Nerd Font:h10' + -- opt.guifont = 'RobotoMono Nerd Font:h10' + opt.guifont = 'IosevkaTerm Nerd Font Mono:h11' -- opt.guifont = 'Cousine Nerd Font Mono:h10' -- opt.guifont = 'DroidSansM Nerd Font Propo:h10' -- opt.guifont = 'AnonymicePro Nerd Font:h11'