diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2015-09-17 19:16:58 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2015-09-17 19:16:58 +0200 |
commit | 14e887e4d4db4e54e70e8d0c34a4d0e715a393b1 (patch) | |
tree | c4a901f78572e8016c25da1f41cf59933a2dc994 | |
parent | Check spell in python too (diff) | |
download | vim_sync-14e887e4d4db4e54e70e8d0c34a4d0e715a393b1.tar.xz |
Add support for YAML files
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ au BufRead *.c set spell spelllang=en au BufRead *.cpp set spell spelllang=en au BufRead *.h set spell spelllang=en au BufRead *.txt set spell spelllang=cs +au BufRead *.yml set expandtab tabstop=2 shiftwidth=2 spell spelllang=en au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 spell spelllang=en " =========== |