4 lines
149 B
VimL
4 lines
149 B
VimL
set spelllang=de,en
|
|
|
|
autocmd FileType gitcommit setlocal spell spelllang=en
|
|
autocmd Filetype tex,markdown,mail setlocal linebreak spell spelllang=de
|