diff --git a/files/nvim/ftplugin/tex.vim b/files/nvim/ftplugin/tex.vim index 8c5c143..9f94df5 100644 --- a/files/nvim/ftplugin/tex.vim +++ b/files/nvim/ftplugin/tex.vim @@ -1,4 +1,4 @@ -set wrap +set nowrap " Spell-check set to o, 'o' for 'orthography': map o :setlocal spell! spelllang=en_us