Nvim: paper review template
This commit is contained in:
parent
f98e9671e3
commit
21fc907de5
2 changed files with 38 additions and 13 deletions
|
|
@ -124,5 +124,27 @@
|
|||
"## Step 2"
|
||||
],
|
||||
"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}"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"name": "personal-snippets",
|
||||
"engines": {
|
||||
"vscode": "^1.11.0"
|
||||
},
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": ["markdown", "rmd"],
|
||||
"path": "./markdown.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "personal-snippets",
|
||||
"engines": {
|
||||
"vscode": "^1.11.0"
|
||||
},
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": [
|
||||
"markdown",
|
||||
"rmd"
|
||||
],
|
||||
"path": "./markdown.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue