diff --git a/pkg.json b/pkg.json new file mode 100644 index 0000000..4118802 --- /dev/null +++ b/pkg.json @@ -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": "*" + } +}