diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-28 19:39:24 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-28 19:39:24 +0100 |
commit | 42e846b50a91e692558c9ba313fb88612cbd14ab (patch) | |
tree | b21cc97d3737b8326802f5ad15db78c42ff4cafb /files/vim/ftplugin/cpp/snips/template.txt | |
parent | 950fa3cd6b5ec4d4d0d9741f8dfd93591f23559c (diff) | |
download | configs-42e846b50a91e692558c9ba313fb88612cbd14ab.tar.gz configs-42e846b50a91e692558c9ba313fb88612cbd14ab.zip |
Created vim ftplugin for C++.
Diffstat (limited to 'files/vim/ftplugin/cpp/snips/template.txt')
-rw-r--r-- | files/vim/ftplugin/cpp/snips/template.txt | 5 |
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() { + <+++> +} |