From b80323e2f5481917e24724e659803813f2823d47 Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Wed, 1 Nov 2023 13:39:29 +0100 Subject: [PATCH] nowrap in tex files --- files/nvim/ftplugin/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/nvim/ftplugin/tex.vim b/files/nvim/ftplugin/tex.vim index 8c5c1435..9f94df56 100644 --- a/files/nvim/ftplugin/tex.vim +++ b/files/nvim/ftplugin/tex.vim @@ -1,4 +1,4 @@ -set wrap +set nowrap " Spell-check set to o, 'o' for 'orthography': map o :setlocal spell! spelllang=en_us