From 9288c81124eb130c917eb1afeedc4c92956ffa97 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Mon, 15 Apr 2024 05:49:12 +0700 Subject: [PATCH] add: update default config font --- lua/user/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/options.lua b/lua/user/options.lua index bafe28f..963075a 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -39,7 +39,7 @@ local options = { writebackup = false, -- Disable making a backup before overwriting a file -- minimal number of screen columns either side of cursor if wrap is `false` -- guifont = "monospace:h17", -- the font used in graphical neovim applications - -- guifont = "SauceCodePro Nerd Font:h17", -- the font used in graphical neovim applications + -- guifont = "SauceCodePro Nerd Font:h15", -- the font used in graphical neovim applications guifont = "Hasklug Nerd Font:h15", -- the font used in graphical neovim applications -- guifont = "Hack Nerd Font:h17", -- the font used in graphical neovim applications whichwrap = "bs<>[]hl", -- which "horizontal" keys are allowed to travel to prev/next line -- which "horizontal" keys are allowed to travel to prev/next line