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
87df1b6e1d
commit
898a5434d0
3 changed files with 12 additions and 18 deletions
|
|
@ -1,13 +1,7 @@
|
||||||
{
|
{
|
||||||
"Chunk": {
|
"Chunk": {
|
||||||
"R": {
|
"prefix": "_r",
|
||||||
"prefix": "_r",
|
"body": ["```{r}", "$1", "```"],
|
||||||
"body": [
|
"description": "R code block"
|
||||||
"```{r}",
|
|
||||||
"$1",
|
|
||||||
"```"
|
|
||||||
],
|
|
||||||
"description": "R code block"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,7 @@
|
||||||
{
|
{
|
||||||
"Chunk": {
|
"Chunk": {
|
||||||
"R": {
|
"prefix": "_r",
|
||||||
"prefix": "_r",
|
"body": ["```{r}", "$1", "```"],
|
||||||
"body": [
|
"description": "R code block"
|
||||||
"```{r}",
|
|
||||||
"$1",
|
|
||||||
"```"
|
|
||||||
],
|
|
||||||
"description": "R code block"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"Function": {
|
||||||
|
"prefix": "fn",
|
||||||
|
"body": "$1 <- function($2){\n$0\n}"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue