tangled
alpha
login
or
join now
olexsmir.xyz
/
gopher.nvim
[mirror]
Make your go dev experience better
github.com/olexsmir/gopher.nvim
neovim
golang
5
fork
atom
overview
issues
pulls
pipelines
feat: add pkg.json
olexsmir.xyz
9 months ago
7725689d
77754fe3
verified
This commit was signed with the committer's
known signature
.
olexsmir.xyz
SSH Key Fingerprint:
SHA256:jgjvU+VRvs7Yb9C55lzTM6bl00jEQeRWSryXOXw8taw=
options
unified
split
Changed files
+13
pkg.json
+13
pkg.json
···
1
1
+
{
2
2
+
"name": "gopher.nvim",
3
3
+
"engines": {
4
4
+
"nvim": "^0.10.0"
5
5
+
},
6
6
+
"repository": {
7
7
+
"type": "git",
8
8
+
"url": "https://github.com/olexsmir/gopher.nvim"
9
9
+
},
10
10
+
"dependencies": {
11
11
+
"https://github.com/nvim-treesitter/nvim-treesitter": "*"
12
12
+
}
13
13
+
}