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