feat: add pkg.json
This commit is contained in:
parent
77754fe362
commit
7725689d1d
1 changed files with 13 additions and 0 deletions
13
pkg.json
Normal file
13
pkg.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"name": "gopher.nvim",
|
||||||
|
"engines": {
|
||||||
|
"nvim": "^0.10.0"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/olexsmir/gopher.nvim"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"https://github.com/nvim-treesitter/nvim-treesitter": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue