add colorcolumn

This commit is contained in:
krolxon 2024-06-03 11:29:53 +05:30
parent 9051a4f159
commit 12023bbb77
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ opt.number = true
opt.numberwidth = 2 opt.numberwidth = 2
opt.relativenumber = true opt.relativenumber = true
opt.ruler = false opt.ruler = false
opt.colorcolumn = "100"
-- indentline -- indentline
opt.expandtab = true opt.expandtab = true

View File

@ -3,7 +3,7 @@ local options = {
dotfiles = false, dotfiles = false,
exclude = { vim.fn.stdpath "config" .. "/lua/custom" }, exclude = { vim.fn.stdpath "config" .. "/lua/custom" },
}, },
disable_netrw = true, -- disable_netrw = true,
hijack_netrw = true, hijack_netrw = true,
hijack_cursor = true, hijack_cursor = true,
hijack_unnamed_buffer_when_opening = false, hijack_unnamed_buffer_when_opening = false,