dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

tex.vim (210B) [raw]


      1 " spell check!
      2 setlocal spell spelllang=en_us
      3 
      4 " soft word wrap should not break words
      5 " NOTE: don't use listchars with this feature
      6 setlocal linebreak
      7 setlocal breakindent
      8 
      9 " Break at 80
     10 setlocal textwidth=80