diff options
-rw-r--r-- | lua/appearance.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/appearance.lua b/lua/appearance.lua index 1626a1b..3151523 100644 --- a/lua/appearance.lua +++ b/lua/appearance.lua @@ -14,6 +14,7 @@ opt.smartcase = true -- Ignore lowercase for the whole pattern opt.linebreak = true -- Wrap on word boundary opt.termguicolors = true -- Enable 24-bit RGB colors opt.laststatus = 2 -- Set global statusline +opt.colorcolumn = "120" -- Set global color column opt.splitbelow = true opt.splitright = true opt.scrolloff = 2 |