all repos

gopher.nvim @ 92b0ebb6a7ed50f642e274cec961fafe3823fc95

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(config): type annotations
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-30 16:58:32 +0300
Change ID: rqxxnnwszxkvwrvnowvlnwqxpmosquny
Parent: e90f766
M lua/gopher/config.lua

@@ -109,4 +109,4 @@ })

---@dochide ---@return gopher.Config -return config +return config --[[ @as gopher.Config ]]