chore(vim): add Nunjucks template auto commands

This commit is contained in:
Stefan Imhoff
2021-12-23 19:23:17 +01:00
parent fd39186883
commit 8b0f9a3159

View File

@@ -19,9 +19,9 @@ augroup END
" HTML " HTML
augroup ft_html augroup ft_html
autocmd! autocmd!
autocmd FileType html,eruby setlocal foldmethod=indent autocmd FileType html,eruby,njk setlocal foldmethod=indent
autocmd FileType html,eruby setlocal omnifunc=htmlcomplete#CompleteTags autocmd FileType html,eruby,njk setlocal omnifunc=htmlcomplete#CompleteTags
autocmd Filetype html,eruby setlocal ts=2 sts=2 sw=2 expandtab autocmd Filetype html,eruby,njk setlocal ts=2 sts=2 sw=2 expandtab
augroup END augroup END
" CSS " CSS