From 77594a5c1d4f4b44a6123d84bc80d26958eddf75 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 21 Nov 2016 17:25:34 -0700 Subject: Html jinja should --- plugin/vim-options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 0664238..0bb0904 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -70,6 +70,7 @@ nnoremap "----------------------------------------------------------------------------------------------------------------------- au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null " File ident on xml files autocmd FileType html set tabstop=2|set shiftwidth=2 +autocmd FileType htmljinja set tabstop=2|set shiftwidth=2 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 -- cgit v1.2.3