diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-04 18:10:05 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-04 18:10:05 +0200 |
commit | 36a2d9925e9658672701e7840dc71dfe096487fe (patch) | |
tree | 2253f257292ced92c0b252ef33ccbe1dcb11b19c | |
parent | ebae56e45d69bfca266995a1e635c9cc0f97a8a3 (diff) |
fixup! nvim: Configure latex spelling
-rw-r--r-- | nvim/nvim/ftplugin/tex.vim | 4 |
1 files 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 |