increase colorcolumn option

This commit is contained in:
2022-03-26 13:08:33 +03:00
parent 3772a3cbe6
commit b8121b240b

View File

@@ -37,7 +37,7 @@ opt.laststatus = 3
opt.smartcase = true opt.smartcase = true
opt.ignorecase = true opt.ignorecase = true
opt.scrolloff = 5 opt.scrolloff = 5
opt.colorcolumn = "80" opt.colorcolumn = "120"
-- if vim.fn.has("win32") == 1 then -- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe" -- opt.shell = "powershell.exe"