dotfiles/NixOS/modules/nvim/files/snippets/markdown.snippets

8 lines
88 B
Plaintext
Raw Normal View History

2024-05-31 18:00:12 +02:00
snippet frontmatter
---
id: ${1:id}
aliases:
- ${2:alias}
tags: [${3:tag1}]
---