We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76a30a commit d300bb7Copy full SHA for d300bb7
lua/vnext/config/options.lua
@@ -43,7 +43,7 @@ o.listchars = { -- define inv
43
nbsp = "␣",
44
}
45
o.mouse = "nv" -- enable mouse see :h mouse
46
-o.relativenumber = true -- set relative numbered lines
+o.number = false
47
o.scrolloff = 10 -- Minimal number of screen lines to keep above and below the cursor
48
o.signcolumn = "yes" -- Always show the signcolumn, otherwise it would shift the text each time
49
o.shiftwidth = 2 -- the number of spaces inserted for each indentation
0 commit comments