add ruler on col 101

This commit is contained in:
leafee98 2023-12-15 21:15:46 +08:00
parent 78cc4cc7d7
commit 436fb9485a

View file

@ -18,6 +18,8 @@ vim.o.list = true
vim.o.relativenumber = true
vim.o.number = true
vim.o.colorcolumn = "101"
vim.g.mapleader = " "
vim.g.maplocalleader = " "