1
0
mirror of https://github.com/amix/vimrc synced 2025-06-17 10:55:00 +08:00

Updated plugins

This commit is contained in:
Amir
2020-04-25 21:56:16 -04:00
parent d98c510eee
commit fef069af24
114 changed files with 4018 additions and 988 deletions

View File

@ -1,7 +1,7 @@
## Main
# main
snippet main
int main(int argc, const char *argv[])
int main(int argc, char *argv[])
{
${0}
return 0;