Nvim: paper review template

This commit is contained in:
Filippo Berto 2024-04-29 21:26:01 +02:00
parent f98e9671e3
commit 21fc907de5
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 38 additions and 13 deletions

View file

@ -124,5 +124,27 @@
"## Step 2" "## Step 2"
], ],
"description": "Note of the day" "description": "Note of the day"
},
"Paper review": {
"prefix": "paper review",
"body": [
"# Paper review: ${1:title}",
"",
"## Notes",
"",
"${1:notes}",
"",
"## Overall evaluation",
"",
"${2:evaluation}",
"",
"## Comments",
"",
"${3:comments}",
"",
"## Confidential remarks",
"",
"${4:confidential remarks}"
]
} }
} }

View file

@ -6,7 +6,10 @@
"contributes": { "contributes": {
"snippets": [ "snippets": [
{ {
"language": ["markdown", "rmd"], "language": [
"markdown",
"rmd"
],
"path": "./markdown.json" "path": "./markdown.json"
} }
] ]