From 36a2d9925e9658672701e7840dc71dfe096487fe Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 4 Sep 2024 18:10:05 +0200 Subject: fixup! nvim: Configure latex spelling --- nvim/nvim/ftplugin/tex.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/nvim/ftplugin/tex.vim b/nvim/nvim/ftplugin/tex.vim index 13df8c7..730a8ec 100644 --- a/nvim/nvim/ftplugin/tex.vim +++ b/nvim/nvim/ftplugin/tex.vim @@ -2,5 +2,5 @@ setlocal tabstop=2 softtabstop=0 expandtab shiftwidth=2 setlocal autoindent setlocal formatoptions+=t -set spell -set spelllang=en +setlocal spell +setlocal spelllang=en -- cgit v1.2.3