mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(neovim): Custom snippets for markdown
This commit is contained in:
6
common/.config/nvim/custom-snippets/markdown.json
Normal file
6
common/.config/nvim/custom-snippets/markdown.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"todo": {
|
||||||
|
"prefix": ["todo"],
|
||||||
|
"body": ["* [ ] ${1:task} -- due:${2:today} ${3: project:}"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -13,6 +13,12 @@
|
|||||||
"rust"
|
"rust"
|
||||||
],
|
],
|
||||||
"path": "./rust.json"
|
"path": "./rust.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": [
|
||||||
|
"markdown"
|
||||||
|
],
|
||||||
|
"path": "./markdown.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user