mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
config v1
This commit is contained in:
parent
c651a8ca42
commit
cc7c63dc46
18 changed files with 186 additions and 374 deletions
|
@ -39,8 +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 = "SauceCodePro Nerd Font:h15", -- the font used in graphical neovim applications
|
||||
guifont = "Hasklug Nerd Font:h15", -- 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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue