|
|
|
@ -29,7 +29,7 @@ vim.opt.number = true -- set numbered lines
|
|
|
|
|
vim.opt.relativenumber = true -- set relative numbered lines
|
|
|
|
|
vim.opt.numberwidth = 4 -- set number column width to 2 {default 4}
|
|
|
|
|
vim.opt.signcolumn = "yes" -- always show the sign column, otherwise it would shift the text each time
|
|
|
|
|
vim.opt.wrap = false -- display lines as one long line
|
|
|
|
|
vim.opt.wrap = true -- Wrap my code-lines on the visible screen.
|
|
|
|
|
vim.opt.scrolloff = 8 -- is one of my fav
|
|
|
|
|
vim.opt.sidescrolloff = 8
|
|
|
|
|
vim.opt.guifont = "monospace:h17" -- the font used in graphical neovim applications
|
|
|
|
|