Add skeleton.json

This commit is contained in:
Sage Vaillancourt 2024-01-20 18:41:28 -05:00
parent 9c6017bb27
commit 712c1a3c9a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"key": "value"
}

View File

@ -168,6 +168,7 @@ if has ("autocmd")
autocmd BufNewFile *.html 0r ~/.vim/templates/skeleton.html
autocmd BufNewFile *.java 0r ~/.vim/templates/skeleton.java
autocmd BufNewFile *.js 0r ~/.vim/templates/skeleton.js
autocmd BufNewFile *.json 0r ~/.vim/templates/skeleton.json
autocmd BufNewFile Makefile 0r ~/.vim/templates/Makefile
augroup END
endif