From e850140f66bce3dc0804e37b4164800417a28be3 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 11 Feb 2021 11:10:22 +0000 Subject: [PATCH] vim: add hsig for hapi, set ejs ft to html --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index b78a230..7c17034 100644 --- a/vimrc +++ b/vimrc @@ -174,6 +174,7 @@ augroup filetype au BufRead,BufNewFile *.eex set filetype=html au BufRead,BufNewFile *.bss set filetype=vb au BufRead,BufNewFile *.asm set filetype=nasm + au BufNewFile,BufRead *.ejs set filetype=html augroup END augroup java @@ -228,6 +229,7 @@ augroup filetype typescript autocmd! autocmd BufRead,BufNewFile *.ts inoremap cll console.log() iabbrev iff if() + iabbrev hsig async function NAME(request: Request, h: ResponseToolkit) {?NAME augroup END " augroup filetype make