aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-02-06 15:11:51 -0500
committerBen Burwell <ben@benburwell.com>2020-02-06 15:11:51 -0500
commit12a288bd894a5d7777c13c0978456d8e79cea05f (patch)
tree1e17bff6580a954994f149d05461381375b94868
parenta42ca5340be6dc92a744fc19a0aa27c60b5c57ea (diff)
vim: scdoc noexpandtab
-rw-r--r--templates/.vimrc1
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'))