NVim: snippets
This commit is contained in:
parent
7a351e49fe
commit
ffbd6a40fe
5 changed files with 197 additions and 14 deletions
14
modules/hm/nvim/snippets/package.json
Normal file
14
modules/hm/nvim/snippets/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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