I usually have to read .txt files with long lines, and at the same time edit some source file, and I like to see word wrap on the .txt files, and not in the ones that aren\'
I guess :autocmd BufNewFile,BufRead *.txt set wrap should do the trick
:autocmd BufNewFile,BufRead *.txt set wrap