From 9aa0070e137ac3e2b90284ed82f1751a601e18e1 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 19 Oct 2025 18:46:56 +0530 Subject: sync_out script + no more llms --- nvim/lua/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/options.lua') diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index c5af716..b50a463 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -4,6 +4,7 @@ require "nvchad.options" vim.opt.wrap = false vim.opt.spell = true vim.opt.spelllang = { "en" } +vim.opt.colorcolumn = "80" -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline! -- cgit v1.2.3