aboutsummaryrefslogtreecommitdiff
path: root/files/vim/ftplugin/cpp/snips/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'files/vim/ftplugin/cpp/snips/template.txt')
-rw-r--r--files/vim/ftplugin/cpp/snips/template.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/vim/ftplugin/cpp/snips/template.txt b/files/vim/ftplugin/cpp/snips/template.txt
new file mode 100644
index 0000000..8479d26
--- /dev/null
+++ b/files/vim/ftplugin/cpp/snips/template.txt
@@ -0,0 +1,5 @@
+#include <iostream>
+
+int main() {
+ <+++>
+}