1
0
mirror of https://github.com/amix/vimrc synced 2025-09-15 00:24:59 +08:00

Update vim-snippets.

This commit is contained in:
Kurtis Moxley
2022-05-19 22:57:32 +08:00
parent 421583d7d6
commit 5608a81ee4
24 changed files with 962 additions and 263 deletions

View File

@ -31,9 +31,10 @@ endglobal
# TextMate Snippets #
###########################################################################
snippet main
int main()
int main(int argc, char *argv[])
{
${0}
return 0;
}
endsnippet