2 lines
98 B
Text
2 lines
98 B
Text
|
#!/bin/sh
|
||
|
exec acme-lsp -server '([/\\]go\.mod)|([/\\]go\.sum)|(\.go)$:gopls serve' -workspaces $@
|