mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
quarto setup
This commit is contained in:
parent
1ede7e4661
commit
d04893f13e
1 changed files with 13 additions and 0 deletions
13
snippets/markdown.json
Normal file
13
snippets/markdown.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"Chunk": {
|
||||
"R": {
|
||||
"prefix": "_r",
|
||||
"body": [
|
||||
"```{r}",
|
||||
"$1",
|
||||
"```"
|
||||
],
|
||||
"description": "R code block"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue