update plugins

This commit is contained in:
asep komarudin 2023-03-14 11:57:59 +07:00
parent 650a4061f0
commit e595ecf187
2 changed files with 3 additions and 3 deletions

View file

@ -38,8 +38,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 = "Hack_Nerd_Font:h17", -- the font used in graphical neovim applications
guifont = "Source Code Pro: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
}