add: update default config font

This commit is contained in:
asep.komarudin 2024-04-15 05:49:12 +07:00
parent 3afde9ce70
commit 9288c81124

View file

@ -39,7 +39,7 @@ local options = {
writebackup = false, -- Disable making a backup before overwriting a file writebackup = false, -- Disable making a backup before overwriting a file
-- minimal number of screen columns either side of cursor if wrap is `false` -- minimal number of screen columns either side of cursor if wrap is `false`
-- guifont = "monospace:h17", -- the font used in graphical neovim applications -- 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 = "Hasklug Nerd Font:h15", -- the font used in graphical neovim applications
-- guifont = "Hack Nerd Font:h17", -- 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 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