chore: New nvim config, not finished

This commit is contained in:
2022-10-19 00:47:07 +01:00
parent f24ba39def
commit 88639a2280
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"
}
]
}
}