mirror of
https://github.com/akelge/zsh
synced 2025-08-15 14:28:35 +00:00
Moved to Vundle
Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
10
vim/bundle/vim-template/templates/=template=*.html
Normal file
10
vim/bundle/vim-template/templates/=template=*.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>%FILE%</title>
|
||||
</head>
|
||||
<body>
|
||||
%HERE%
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user