dotfiles/.config/nvim/lua/custom/luasnippets/package.json
2022-10-14 15:14:23 +01:00

11 lines
177 B
JSON

{
"name": "My Custom Snippets",
"contributes":{
"snippets":[
{
"language":["plaintex","tex"],
"path": "./languages/latex.json"
}
]
}
}