nvim: absolute line numbers by default
This commit is contained in:
parent
70fec1c1f1
commit
5a35ac9aeb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ vim.g.maplocalleader = ","
|
|||
vim.opt.cursorline = true
|
||||
vim.opt.laststatus = 0
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.ruler = true
|
||||
vim.opt.syntax = "on"
|
||||
vim.opt.termguicolors = true
|
||||
|
|
Loading…
Reference in a new issue