diff options
-rw-r--r-- | templates/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/.vimrc b/templates/.vimrc index d93dfa4..09ea433 100644 --- a/templates/.vimrc +++ b/templates/.vimrc @@ -52,6 +52,7 @@ au FileType gitconfig setlocal noexpandtab au FileType crontab setlocal nowritebackup au FileType mail setlocal spell au FileType bindzone setlocal noexpandtab ts=8 sts=8 sw=8 +au BufNewFile,BufRead *.scd setlocal syntax=conf noexpandtab au BufWritePost $CONF_SOURCE/templates/* call ConfApply(expand('%:p')) |