aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/dot-vim/ftplugin/html/snips/template.txt
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-07-15 00:51:52 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2021-07-15 00:51:52 +0200
commitb8b7563bd9cf1731cb5dc2e34ed88d5bc1e336c8 (patch)
treee320dfd772c6688e6c7c10df036c64ae50c57e45 /stow/vim/dot-vim/ftplugin/html/snips/template.txt
parent821fe221f0a99cb808ea1f6485ba4fe2acf5b1b3 (diff)
downloadconfigs-b8b7563bd9cf1731cb5dc2e34ed88d5bc1e336c8.tar.gz
configs-b8b7563bd9cf1731cb5dc2e34ed88d5bc1e336c8.zip
Morphed repo to stow structure. Added a bunch of configs in the process.
Diffstat (limited to 'stow/vim/dot-vim/ftplugin/html/snips/template.txt')
-rw-r--r--stow/vim/dot-vim/ftplugin/html/snips/template.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/stow/vim/dot-vim/ftplugin/html/snips/template.txt b/stow/vim/dot-vim/ftplugin/html/snips/template.txt
new file mode 100644
index 0000000..38d9f26
--- /dev/null
+++ b/stow/vim/dot-vim/ftplugin/html/snips/template.txt
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title><+++></title>
+</head>
+
+<body>
+
+ <++>
+
+</body>
+</html>