mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
quarto setup
This commit is contained in:
parent
7ac6c23c4b
commit
765d53a1b1
5 changed files with 44 additions and 4 deletions
13
snippets/quarto.json
Normal file
13
snippets/quarto.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