Expanded colorcolumn to 100 instead of 80

This commit is contained in:
2025-08-06 00:06:09 +03:00
parent 3452feadb2
commit 4a4c284459

View File

@@ -15,7 +15,7 @@ vim.opt.shiftwidth = 4 -- number of spaces to insert on tab
-- UI
vim.opt.number = true
vim.opt.colorcolumn = '80'
vim.opt.colorcolumn = '100'
vim.opt.signcolumn = 'auto:9'
vim.opt.relativenumber = true
vim.opt.cursorline = true -- highlight current line