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
fix(config): type annotations
olexsmir.xyz
4 months ago
92b0ebb6
e90f766e
verified
This commit was signed with the committer's
known signature
.
olexsmir.xyz
SSH Key Fingerprint:
SHA256:jgjvU+VRvs7Yb9C55lzTM6bl00jEQeRWSryXOXw8taw=
options
unified
split
Changed files
+1
-1
lua
gopher
config.lua
+1
-1
lua/gopher/config.lua
···
109
109
110
110
---@dochide
111
111
---@return gopher.Config
112
112
-
return config
112
112
+
return config --[[ @as gopher.Config ]]