Skip to content

Instantly share code, notes, and snippets.

@jgillies
Created November 20, 2018 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgillies/624158077a7736abcf0059d8cc787aa4 to your computer and use it in GitHub Desktop.
Save jgillies/624158077a7736abcf0059d8cc787aa4 to your computer and use it in GitHub Desktop.
Vim UltiSnips snippets file for dbt docs
snippet cols "Creates dbt column documentation" b
- name: $1
description: $2
${3:tests:}
endsnippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment