all repos

gopher.nvim @ 303b5394750d212ec0c0a93a27091a55ed7bd65d

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