diff options
-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 |