From c607af6115d66f8ad8a0922516a8e9b6ff69244b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 1 Jul 2022 20:25:37 +0200 Subject: [PATCH] updated font --- lua/my_options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/my_options.lua b/lua/my_options.lua index 8c57408..f1c4add 100644 --- a/lua/my_options.lua +++ b/lua/my_options.lua @@ -33,7 +33,7 @@ opt.splitbelow= true opt.splitright= true opt.shiftwidth = indent opt.tabstop = indent -opt.guifont= 'JetBrainsMono Nerd Font:h9' +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.swapfile= false opt.backup= false opt.spelllang= 'en,de'