config/nvim/lua/lsp/go.lua (view raw)
1require('lspconfig').gopls.setup { 2 on_attach = require('maps').on_attach 3}