add jinja2
This commit is contained in:
parent
d0b33e62d2
commit
af3a81e5b1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue