From 99a769ba4e0bbc82b17962f26b6e57ac5fc8dfa6 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 9 Sep 2024 05:55:36 +0530 Subject: nvim: appearance: use global colorcolumn of 120 Signed-off-by: Brahmajit Das --- lua/appearance.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3