Set colorcolumn option

This commit is contained in:
Josh Holtrop 2026-05-14 15:18:09 -04:00
parent d0df8fb585
commit f28d8fa3b6

View File

@ -12,6 +12,7 @@ vim.opt.titlestring = "%t%m%r%{exists('g:project_name') ? ' : '.g:project_name :
vim.opt.expandtab = true
vim.opt.sw = 4
vim.opt.sts = 4
vim.opt.colorcolumn = "80,120"
-- Shortcuts
vim.cmd([[map <C-s> :FzfLua combine pickers=buffers,git_files<CR>]])