I don't like using snippets created by other people (because I tend to forget the syntax or basic things when I did so). However, I couldn't figure out how to write my own from scratch in Vim
I have created my snippets from scratch in Atom, Sublime and now I'm moving to Vim but couldn't find the exact guide in how to create from-scratch snippets.
I googled around and people kept mentioning different snippet plugins, such as UtilSnips (but I don't want to install any snippets plugins for now).
Can anyone help me? I just need to know where to put my snippet files, snippet syntax for each file extension and I'll be good. Thanks.