all repos

gopher.nvim @ 7725689d1d811d60cc719e31249a17b8d2701375

Minimalistic plugin for Go development
1 files changed, 13 insertions(+), 0 deletions(-)
feat: add pkg.json
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": "*" + } +}