mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
10 lines
147 B
Text
10 lines
147 B
Text
snippet th "Table Heading"
|
|
| ${1:Key} | ${2:Value} |
|
|
|-|-|
|
|
${0}
|
|
endsnippet
|
|
|
|
snippet tr "Table Row"
|
|
| ${1:Term} | ${2:Definition} |
|
|
${0}
|
|
endsnippet
|