You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob b31f3a6907 Add latestghrel snippet 2 years ago
..
bash Add latestghrel snippet 2 years ago
go Rebase 2 years ago
text Rebase 2 years ago
README.md Rebase 2 years ago
foo Rebase 2 years ago
last Rebase 2 years ago
nameemail Rebase 2 years ago

README.md

Snippets and Templates Library

Code templates and other snippets that I often find myself needing to source or paste. I use them with a snip script. Your mileage may vary.

Conventions

  • Directories named after Vim file types
  • Files have no suffixes
  • Use full shebang for syntax even if deleted
  • Executable just for convenience (don't add to PATH)
  • Initial paragraph of explanatory comment (easy to delete)
  • Always use shellcheck before saving