diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-20 23:17:43 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 11:17:54 +0200 |
commit | 78d35f036ec3511d9a234964f9d05fae0d961c8d (patch) | |
tree | 4eb319939bf01caa033ee1a05bf5b4a02c848d17 | |
parent | 7b65974a4a739406ef9d32b658abd26c81bea44f (diff) |
nvim: Configure latex spelling
-rw-r--r-- | nvim/nvim/ftplugin/tex.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |