From 83aacaf7543b4ceff40f672ef3ee8995f3dd2c94 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 27 Jun 2024 23:37:44 -0500 Subject: [PATCH] refactor(nvim): do not specify default textwidth --- users/price/dots/.config/nvim/lua/core/options.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/core/options.lua b/users/price/dots/.config/nvim/lua/core/options.lua index c0e71fc2..063b1290 100755 --- a/users/price/dots/.config/nvim/lua/core/options.lua +++ b/users/price/dots/.config/nvim/lua/core/options.lua @@ -96,9 +96,6 @@ M.setup = function() -- Better completion experience opt.completeopt = "menuone,noselect" - -- Set max text width - opt.textwidth = 100 - -- Make statusline global opt.laststatus = 3