From c42768776f1898d6f94f30af13bac49a6d22aea3 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 4 Nov 2017 13:16:10 +0100 Subject: [PATCH] Added HTML template extensions --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index cd00adc..2a2c4d3 100644 --- a/vimrc +++ b/vimrc @@ -456,7 +456,7 @@ function! s:init_lua_file() endfunction! " --- HTML Stuff --- -au BufNewFile,BufRead *.html,*.htm :call init_html_file() +au BufNewFile,BufRead *.html,*.htm,*.etlua,*.erb :call init_html_file() function! s:init_html_file() command! -buffer -nargs=1 Tag normal