Skip to content

Commit d300bb7

Browse files
committed
feat!: Disable line number
too much of a distraction imho
1 parent a76a30a commit d300bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/vnext/config/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ o.listchars = { -- define inv
4343
nbsp = "",
4444
}
4545
o.mouse = "nv" -- enable mouse see :h mouse
46-
o.relativenumber = true -- set relative numbered lines
46+
o.number = false
4747
o.scrolloff = 10 -- Minimal number of screen lines to keep above and below the cursor
4848
o.signcolumn = "yes" -- Always show the signcolumn, otherwise it would shift the text each time
4949
o.shiftwidth = 2 -- the number of spaces inserted for each indentation

0 commit comments

Comments
 (0)