chore: New nvim config, not finished

This commit is contained in:
Afonso Franco 2022-10-19 00:47:07 +01:00
parent cd45fa1877
commit 9fd8201444
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
14 changed files with 194 additions and 49 deletions

View file

@ -0,0 +1,11 @@
{
"name": "My Custom Snippets",
"contributes":{
"snippets":[
{
"language":["plaintex","tex"],
"path": "./languages/latex.json"
}
]
}
}