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'