Add colorcolumn

This commit is contained in:
Marcus Ho 2025-01-12 15:06:00 +08:00 committed by Marcus
parent 82f8658d34
commit 7229a4cd96
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ vim.o.scrolloff = 10
-- See `:help 'confirm'` -- See `:help 'confirm'`
vim.o.confirm = true vim.o.confirm = true
vim.opt.colorcolumn = '80'
-- [[ Basic Keymaps ]] -- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()` -- See `:help vim.keymap.set()`