mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: stop using nix for nvim
I just wanna work, I don't wanna nix
This commit is contained in:
parent
157b568ab4
commit
3b08674586
30 changed files with 0 additions and 9 deletions
35
.config/nvim/snippets/package.json
Normal file
35
.config/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