Remove colorcolumn from krypton

This commit is contained in:
2025-09-02 21:03:14 +03:00
parent 85cdecf0a2
commit fd451b891c

View File

@@ -34,6 +34,8 @@ vim.opt.smoothscroll = true
local dir = vim.fn.fnamemodify(vim.fn.getcwd(), ':t')
if dir == 'grimoire' then
vim.opt.colorcolumn = '0'
elseif dir == 'krypton' then
vim.opt.colorcolumn = ''
else
vim.opt.colorcolumn = '100'
end