ref(nix): drop neovim legacy support

This commit is contained in:
Léana 江 2024-01-19 20:20:19 +01:00 committed by Léana 江
parent 83bdeb6977
commit 8e78bef74b
30 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,35 @@
{
"name": "leana-snippets",
"contributes": {
"snippets": [
{
"language": "c",
"path": "./c.json"
},
{
"language": "python",
"path": "./python.json"
},
{
"language": "rust",
"path": "./rust.json"
},
{
"language": "scala",
"path": "./scala.json"
},
{
"language": "tex",
"path": "./tex.json"
},
{
"language": "typst",
"path": "./typst.json"
},
{
"language": "xml",
"path": "./xml.json"
}
]
}
}