remove relative numbers
This commit is contained in:
parent
b1934007f3
commit
1750173626
|
@ -1,7 +1,6 @@
|
|||
vim.opt.termguicolors = true
|
||||
vim.opt.undofile = true
|
||||
vim.opt.number = true
|
||||
-- vim.opt.relativenumber = true
|
||||
vim.opt.mouse = "a"
|
||||
vim.opt.showmode = true
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
|
|
Loading…
Reference in New Issue