[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.

feat(health): check for json2go

+1
+1
lua/gopher/health.lua
··· 12 12 { bin = c.impl, msg = "required for `:GoImpl`" }, 13 13 { bin = c.iferr, msg = "required for `:GoIfErr`" }, 14 14 { bin = c.gotests, msg = "required for `:GoTestAdd`, `:GoTestsAll`, `:GoTestsExp`" }, 15 + { bin = c.json2go, msg = "required for `:GoJson`" }, 15 16 }, 16 17 treesitter = { 17 18 { parser = "go", msg = "required for most of the parts of `gopher.nvim`" },