From 32be5a0ce6b381160049ed773332667e98d17067 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 15 Jun 2023 07:33:26 +0200 Subject: [PATCH] also use hack in WSL --- 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 6799106..bdbaef0 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -46,7 +46,7 @@ if vim.fn.has('wsl') == 1 then }, cache_enabled = 0, } - opt.guifont = 'JetBrainsMonoNL NF:h9' -- https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/JetBrainsMono/NoLigatures/Regular/complete/JetBrains%20Mono%20NL%20Regular%20Nerd%20Font%20Complete%20Mono%20Windows%20Compatible.ttf + opt.guifont = 'Hack Nerd Font Mono:h10' elseif vim.loop.os_uname().sysname == 'Linux' then opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'