mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
vv working
This commit is contained in:
parent
840b2d54aa
commit
6ebdf728df
1 changed files with 12 additions and 2 deletions
|
|
@ -1,7 +1,17 @@
|
||||||
{
|
{
|
||||||
"Chunk": {
|
"R Chunk": {
|
||||||
"prefix": "_r",
|
"prefix": "_r",
|
||||||
"body": "```{r}\n$1\n```",
|
"body": "```{r}\n$0\n```",
|
||||||
"description": "R code block"
|
"description": "R code block"
|
||||||
|
},
|
||||||
|
"Chunk": {
|
||||||
|
"prefix": "_c",
|
||||||
|
"body": "```{$1}\n$0\n```",
|
||||||
|
"description": "Code block with specified language"
|
||||||
|
},
|
||||||
|
"YAML Header": {
|
||||||
|
"prefix": "_yaml",
|
||||||
|
"body": "---\ntitle: \"$1\"\nauthor: \"$2\"\ndate: \"$3\"\nformat: html\n---\n$0",
|
||||||
|
"description": "YAML header for Quarto document"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue