From 356a87f4b49048a4f89dc476303cc180d35ed674 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 18 Aug 2023 09:03:33 +0200 Subject: [PATCH] changed wsl font --- 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 bdbaef0..cbfef25 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -46,7 +46,8 @@ if vim.fn.has('wsl') == 1 then }, cache_enabled = 0, } - opt.guifont = 'Hack Nerd Font Mono:h10' + -- 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'