This commit is contained in:
asep.komarudin 2024-04-13 19:09:42 +07:00
parent b347310c93
commit 631a6a9bd5
5 changed files with 556 additions and 520 deletions

View file

@ -39,7 +39,8 @@ 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 = "Source Code Pro:h17", -- the font used in graphical neovim applications
guifont = "SauceCodePro Nerd Font:h17", -- the font used in graphical neovim applications
-- guifont = "Hasklug Nerd Font:h16", -- 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
}