From c9ae405e1062051c974e884f2c1283324fe6e015 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 20 May 2018 14:43:54 +0000 Subject: [PATCH] [vim] add zsh filetype --- home/.vim/ftdetect/filetypes.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.vim/ftdetect/filetypes.vim b/home/.vim/ftdetect/filetypes.vim index d34d787..9a527f4 100644 --- a/home/.vim/ftdetect/filetypes.vim +++ b/home/.vim/ftdetect/filetypes.vim @@ -24,6 +24,7 @@ autocmd Filetype php setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype python setlocal ts=4 sw=4 sts=4 expandtab autocmd Filetype scss setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab +autocmd Filetype zsh setlocal ts=4 sw=4 sts=4 expandtab autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype tex setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype toml setlocal ts=4 sw=4 sts=4 expandtab