1
0

Use gopls server for golang.

This commit is contained in:
2025-10-19 19:47:23 +02:00
parent 8ee0514dea
commit 34429ea980

View File

@@ -8,6 +8,11 @@
"latex": { "latex": {
"command": "/sbin/texlab", "command": "/sbin/texlab",
"filetypes": [ "tex","bib","plaintex","context" ] "filetypes": [ "tex","bib","plaintex","context" ]
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod"],
"filetypes": ["go"]
} }
} }
} }