From 78d35f036ec3511d9a234964f9d05fae0d961c8d Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Tue, 20 Aug 2024 23:17:43 +0200
Subject: nvim: Configure latex spelling

---
 nvim/nvim/ftplugin/tex.vim | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'nvim')

diff --git a/nvim/nvim/ftplugin/tex.vim b/nvim/nvim/ftplugin/tex.vim
index 1a4682f..13df8c7 100644
--- a/nvim/nvim/ftplugin/tex.vim
+++ b/nvim/nvim/ftplugin/tex.vim
@@ -2,3 +2,5 @@ setlocal tabstop=2 softtabstop=0 expandtab shiftwidth=2
 setlocal autoindent
 
 setlocal formatoptions+=t
+set spell
+set spelllang=en
-- 
cgit v1.2.3