From c72644682d65a8ec9af626acf8bcf5e60a6c9226 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 16 May 2023 22:15:46 +0200 Subject: [PATCH] switched to new nerd font 3 --- 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 4c554ea..2b019c6 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -51,7 +51,7 @@ if vim.fn.has('wsl') == 1 then elseif vim.loop.os_uname().sysname == 'Linux' then opt.guifont = 'JetBrainsMono Nerd Font Mono:h7' else - 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' end opt.swapfile = false opt.backup = false