1 files changed,
13 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-03-23 22:42:56 +0200
Parent:
77754fe
A
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": "*" + } +}