[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(config): type annotations

+1 -1
+1 -1
lua/gopher/config.lua
··· 109 109 110 110 ---@dochide 111 111 ---@return gopher.Config 112 - return config 112 + return config --[[ @as gopher.Config ]]