Spell check

This commit is contained in:
Meutel 2018-05-20 14:29:51 +02:00
parent fb3334ba8f
commit 64d634077b
1 changed files with 8 additions and 0 deletions

8
_vimrc
View File

@ -156,3 +156,11 @@ autocmd FileType vue syntax sync fromstart
" {{{ Typescript
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
" }}}
" {{{ Markdown + spell
au BufNewFile,BufFilePre,BufRead *.md set filetype=markdown
au BufNewFile,BufFilePre,BufRead *.md set spell
au BufNewFile,BufFilePre,BufRead *.md set linebreak
set spelllang=fr
" }}}