add relative numbers and gitignore files in filetree

This commit is contained in:
2026-01-27 00:36:14 +02:00
parent 1b0b2ad50c
commit 2fdabfb056
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ vim.opt.textwidth = 100
vim.opt.colorcolumn = '+0'
vim.opt.signcolumn = 'no'
vim.opt.number = false
vim.opt.relativenumber = false
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.cursorline = false
vim.opt.ruler = false
vim.opt.winborder = 'rounded'