mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nix): drop neovim legacy support
This commit is contained in:
parent
83bdeb6977
commit
8e78bef74b
30 changed files with 1 additions and 1 deletions
35
nix/home/common/neovim/nvim/snippets/package.json
Normal file
35
nix/home/common/neovim/nvim/snippets/package.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue