mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): linked snippets
This commit is contained in:
parent
24cf0bcbe5
commit
da08b92ed7
8 changed files with 105 additions and 1 deletions
19
.config/nvim/snippets/package.json
Normal file
19
.config/nvim/snippets/package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "leana-snippets",
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "python",
|
||||
"path": "./python.json"
|
||||
},
|
||||
{
|
||||
"language": "rust",
|
||||
"path": "./rust.json"
|
||||
},
|
||||
{
|
||||
"language": "xml",
|
||||
"path": "./xml.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue