From a3edd3dd308ad0fb16f276fd57b1745a87ec886f Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 11 Jan 2023 21:39:10 +0200 Subject: Comment out text width setting --- lua/user/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 57b2949..ce12c8c 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -118,7 +118,7 @@ vim.opt.backup = false -- vim.opt.backupskip = { "/tmp/*", "/private/tmp/*" } -- -- Format -vim.opt.textwidth = 80 -- +--vim.opt.textwidth = 80 -- vim.cmd([[let &t_Cs = "\e[4:3m"]]) -- Undercurl vim.cmd([[let &t_Ce = "\e[4:0m"]]) -- vim.opt.path:append({ "**" }) -- Finding files - Search down into subfolder -- cgit v1.2.3