nvim: fix gopls in cgo repos
Anirudh Oppiliappan x@icyphox.sh
Sat, 13 Jul 2024 13:12:51 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
nvim/lua/lsp/go.lua
→
nvim/lua/lsp/go.lua
@@ -7,6 +7,7 @@ unusedparams = true,
shadow = true, }, staticcheck = true, + buildFlags = {"-tags=cgo"}, }, on_attach = require('maps').on_attach, }