From 612dbb6993c8a548744f29a4d15d6b31325357c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Tue, 14 May 2024 18:53:03 +0200 Subject: Tue May 14 06:53:03 PM CEST 2024 --- .config/nvim/after/ftplugin/mail.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/nvim/after') diff --git a/.config/nvim/after/ftplugin/mail.lua b/.config/nvim/after/ftplugin/mail.lua index 7946291..a4bf6cc 100755 --- a/.config/nvim/after/ftplugin/mail.lua +++ b/.config/nvim/after/ftplugin/mail.lua @@ -1,4 +1,5 @@ o.colorcolumn = '72' bo.textwidth = 72 -bo.formatoptions = 'watqc' +-- bo.formatoptions = 'watqc' -- +bo.formatoptions = 'atcql' bo.smartindent = false -- cgit v1.2.3