First Commit
This is a first dotfiles config. I think I have a lot more to add tho...
This commit is contained in:
4
vim/.vim/UltiSnips/c.snippets
Normal file
4
vim/.vim/UltiSnips/c.snippets
Normal file
@ -0,0 +1,4 @@
|
||||
snippet pline "print a line" i
|
||||
printf("----------------------------------------\n");
|
||||
endsnippet
|
||||
|
Reference in New Issue
Block a user