Files
dotfiles/.config/nvim-backup/snippets/package.json
DefectingCat a4a4077578 Init
2023-03-20 15:04:06 +08:00

13 lines
160 B
JSON

{
"example1": {
"prefix": "options",
"body": [
"whoa! :O"
],
"luasnip": {
"priority": 2000,
"autotrigger": true
}
}
}