diff options
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index feea0ee..6e888ca 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -65,6 +65,8 @@ nmap yY ^y$ au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null " File ident on xml files autocmd FileType python set tabstop=4|set shiftwidth=4 autocmd FileType php set tabstop=4|set shiftwidth=4 +autocmd FileType sh set tabstop=4|set shiftwidth=4 +autocmd FileType make set tabstop=4|set shiftwidth=4 autocmd FileType haskell set tabstop=8|set shiftwidth=4|set softtabstop=4 au BufRead,BufNewFile *.twig set filetype=htmljinja au BufRead,BufNewFile *.html set filetype=htmljinja |