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