aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-10-19 18:46:56 +0530
commit9aa0070e137ac3e2b90284ed82f1751a601e18e1 (patch)
tree666f5fb60282f0385d2c7806b81adfb433f97efe /nvim
parent9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (diff)
sync_out script + no more llms
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/options.lua1
1 files changed, 1 insertions, 0 deletions
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!