From 563f74965d4698d559698a2f03f46c86711db866 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 13 Feb 2024 23:48:14 +0100 Subject: [PATCH] Changed font to Hack Nerd font --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index c50e19c..0c9f45f 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -49,7 +49,7 @@ if vim.fn.has('wsl') == 1 then -- opt.guifont = 'Hack Nerd Font Mono:h10' opt.guifont = 'RobotoMono Nerd Font:h10' elseif vim.loop.os_uname().sysname == 'Linux' then - opt.guifont = 'JetBrainsMono Nerd Font Mono:h7' + opt.guifont = 'Hack Nerd Font:h11' else -- opt.guifont = 'Hack Nerd Font:h10' -- opt.guifont = 'JetBrainsMono Nerd Font:h10'