Since we use vimwiki now I changed the langproc stuff over to it.
This commit is contained in:
parent
f08e30333e
commit
8e1dd25ab9
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
|
@ -38,9 +38,9 @@ augroup vimrcEx
|
|||
|
||||
" For all text files set 'textwidth' to 78 characters.
|
||||
"autocmd FileType text setlocal textwidth=78
|
||||
autocmd FileType dotoo,org,tex,text setlocal textwidth=80
|
||||
autocmd FileType dotoo,org,tex,text setlocal linebreak
|
||||
autocmd FileType dotoo,org,tex,text setlocal spell spelllang=en_gb
|
||||
autocmd FileType vimwiki,tex,text setlocal textwidth=80
|
||||
autocmd FileType vimwiki,tex,text setlocal linebreak
|
||||
autocmd FileType vimwiki,tex,text setlocal spell spelllang=en_gb
|
||||
|
||||
|
||||
augroup END
|
||||
|
|
|
|||
Loading…
Reference in a new issue