From 5251ee0f84dc710fdadab12a055241de98b89e14 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 15 Jul 2026 09:31:59 +0200 Subject: [PATCH] Fix comment handling in tex files --- nvim/ftplugin/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/ftplugin/tex.vim b/nvim/ftplugin/tex.vim index efa5658..699bba7 100644 --- a/nvim/ftplugin/tex.vim +++ b/nvim/ftplugin/tex.vim @@ -1,4 +1,4 @@ -set formatoptions+=1rnmBa +setlocal formatoptions+=1rnmBj " Reformat lines (getting the spacing correct) {{{ fun! TeX_fmt()