remove relative numbers

This commit is contained in:
andrzej 2024-05-06 14:02:06 +02:00
parent b1934007f3
commit 1750173626
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.undofile = true vim.opt.undofile = true
vim.opt.number = true vim.opt.number = true
-- vim.opt.relativenumber = true
vim.opt.mouse = "a" vim.opt.mouse = "a"
vim.opt.showmode = true vim.opt.showmode = true
vim.opt.clipboard = "unnamedplus" vim.opt.clipboard = "unnamedplus"