feat: add pkg.json

This commit is contained in:
Oleksandr Smirnov 2025-03-23 22:42:56 +02:00
parent 77754fe362
commit 7725689d1d
No known key found for this signature in database

13
pkg.json Normal file
View 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": "*"
}
}