Add rulers
This commit is contained in:
parent
eaf6e8cab8
commit
897b9691f9
|
@ -6,4 +6,6 @@
|
|||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
vim.opt.colorcolumn = "80,100"
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Reference in New Issue