use relative line number
This commit is contained in:
parent
5179c21652
commit
7ca815fe5c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
vim.wo.number = true
|
vim.wo.number = true
|
||||||
|
vim.wo.relativenumber = true
|
||||||
vim.wo.signcolumn = "yes"
|
vim.wo.signcolumn = "yes"
|
||||||
vim.o.undofile = true
|
vim.o.undofile = true
|
||||||
vim.o.clipboard = "unnamedplus"
|
vim.o.clipboard = "unnamedplus"
|
||||||
|
|
Loading…
Reference in a new issue