add jinja2

This commit is contained in:
Simon Bruder 2018-03-19 13:49:05 +00:00
parent d0b33e62d2
commit af3a81e5b1
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ autocmd Filetype go setlocal ts=4 sw=4 sts=4
autocmd Filetype html setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype html.twig setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype javascript setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype jinja setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype json setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype less setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype lua setlocal ts=4 sw=4 sts=4 expandtab

View file

@ -16,6 +16,7 @@ Plugin 'cespare/vim-toml'
Plugin 'moll/vim-node'
Plugin 'ElmCast/elm-vim'
Plugin 'posva/vim-vue'
Plugin 'Glench/Vim-Jinja2-Syntax'
"" END VUNDLE PLUGINS
call vundle#end()
filetype plugin indent on