remove a from formatoptions

This commit is contained in:
Christoph J. Scherr 2024-07-11 17:52:59 +02:00
parent 8bd49b8f10
commit 3f6361b0e7
1 changed files with 1 additions and 1 deletions

View File

@ -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