From 3f6361b0e7219c0b0f1262e90bb5bb6b512c1743 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 11 Jul 2024 17:52:59 +0200 Subject: [PATCH] remove a from formatoptions --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 3b91b6c..5471c49 100644 --- a/init.lua +++ b/init.lua @@ -51,7 +51,7 @@ vim.opt.startofline = false -- Cursor in same column for few commands vim.opt.splitbelow = true -- Splits open bottom right vim.opt.splitright = true vim.opt.breakindentopt = { shift = 2, min = 20 } -vim.opt.formatoptions = 'trowacnlm1jp' -- see :h fo-table & :h formatoptions +vim.opt.formatoptions = 'trowcnlm1jp' -- see :h fo-table & :h formatoptions vim.opt.breakindent = true -- Diff