dotfiles/.config/nvim/lua/custom/luasnippets/package.json

12 lines
177 B
JSON
Raw Normal View History

2022-10-14 15:14:23 +01:00
{
"name": "My Custom Snippets",
"contributes":{
"snippets":[
{
"language":["plaintex","tex"],
"path": "./languages/latex.json"
}
]
}
}