aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 0955b90..f2bd25a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -171,6 +171,7 @@ autocmd BufNewFile,BufRead *.tex set filetype=tex
autocmd FileType asm call Settings_asm()
autocmd FileType c call Settings_c()
autocmd FileType coffee call Settings_coffee()
+autocmd FileType conf call Settings_script()
autocmd FileType cpp call Settings_c()
autocmd FileType css call Settings_c()
autocmd FileType d call Settings_c()