return { 'olexsmir/gopher.nvim', ft = 'go', config = function(_, opts) require('gopher').setup(opts) vim.keymap.set("n", "gsj", "GoTagAdd json", { desc = '[G]o add [S]truct [J]SON' }) end, build = function() vim.cmd [[silent! GoInstallDeps]] end, }