add vertical rulers

This commit is contained in:
Zoty 2026-04-18 12:54:25 -03:00
parent 33a5bd4b2a
commit cb865680a7
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA

View file

@ -11,6 +11,7 @@ vim.opt.termguicolors = true -- enable true colors
vim.opt.cursorline = true -- highlight the current line
vim.opt.wrap = false -- do not wrap long lines
vim.opt.signcolumn = "yes" -- always show the sign number (LSP, git)
vim.opt.colorcolumn = "80,100" -- vertical rulers
-- Scrolling
vim.opt.scrolloff = 8 -- keep space above/below cursor