gopls in neovim, using lspconfig, does not seem to be working with any go file, even one that has a .git or go.mod file. My lspconfig can be found below, and after that is a LspInfo in a .go file showing it should be working. Any help would be much appreciated!
lspconfig["gopls"].setup({
capabilities = capabilities,
on_attach = on_attach,
})
I've gone through almost every reddit post on this, and have tried messing with my go env, but nothing seems to be working. I've also looked a logs, and they do mention go_proxy=Off, but my go env says differently, which is weird.