chore: New nvim config, not finished
This commit is contained in:
parent
cd45fa1877
commit
9fd8201444
14 changed files with 194 additions and 49 deletions
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue