mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add Nunjucks template auto commands
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user