remove vertical colored column

This commit is contained in:
Stuart Stephens 2026-02-01 10:59:21 -05:00
parent fb39d02d49
commit 859bc62ab5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ vim.opt.isfname:append '@-@'
vim.opt.updatetime = 50
vim.opt.colorcolumn = '80'
-- vim.opt.colorcolumn = '80'
-- Neorg settings --
vim.opt.foldmethod = 'indent'