all repos

gopher.nvim @ f79f83c3112a713fcc41a097d1f6e030ad76ddb7

Minimalistic plugin for Go development

gopher.nvim/lua/gopher/init.lua(view raw)

1
2
3
4
5
6
7
8
local tags = require "gopher.struct_tags"
local gopher = {}

gopher.install_deps = require("gopher.installer").install_all
gopher.tags_add = tags.add
gopher.tags_rm = tags.remove

return gopher