From 9fb4f8a6bbbbefd8a122770655f7dd5b63e8e901 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 28 Apr 2023 17:19:37 -0500 Subject: [PATCH] 80 columns --- config/nvim/lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nvim/lua/config/options.lua b/config/nvim/lua/config/options.lua index e744982..20c6321 100644 --- a/config/nvim/lua/config/options.lua +++ b/config/nvim/lua/config/options.lua @@ -14,7 +14,7 @@ vim.opt.tabstop = indent vim.opt.number = true -- Line width -vim.opt.textwidth = 120 +vim.opt.textwidth = 80 vim.opt.colorcolumn = "+1" -- Open new split panes to the right and bottom, which feels more natural