Add rulers

This commit is contained in:
Mark 2023-12-27 13:23:30 -05:00
parent eaf6e8cab8
commit 897b9691f9
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@
vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.colorcolumn = "80,100"
return {}