>What I would like is that when I open a latex document (this is, a
>file with extension "tex"), the spelling corrector gets activated, and
>the words are not cut in the middle of two lines.
This one is pretty straight forward. Create the file
~/.vim/after/ftplugin/tex.vim. In it put:
setlocal lbr
setlocal spell
You could also put those commands as auto commands in your vimrc:
au FileType tex setlocal spell
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment