chore: New nvim config, not finished
This commit is contained in:
11
.config/nvim/lua/plugins/luasnippets/package.json
Normal file
11
.config/nvim/lua/plugins/luasnippets/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "My Custom Snippets",
|
||||
"contributes":{
|
||||
"snippets":[
|
||||
{
|
||||
"language":["plaintex","tex"],
|
||||
"path": "./languages/latex.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user