aboutsummaryrefslogtreecommitdiff
path: root/files/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 /files/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 'files/vim/ftplugin/html/snips/template.txt')
-rw-r--r--files/vim/ftplugin/html/snips/template.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/files/vim/ftplugin/html/snips/template.txt b/files/vim/ftplugin/html/snips/template.txt
deleted file mode 100644
index 38d9f26..0000000
--- a/files/vim/ftplugin/html/snips/template.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title><+++></title>
-</head>
-
-<body>
-
- <++>
-
-</body>
-</html>