// Settings in here override those in "LSP/LSP.sublime-settings" { "lsp_format_on_save": true, "clients": { "gopls": { "update_disable": true, "enabled": true, "command": ["~/go/bin/gopls"], "selector": "source.go", "initializationOptions": { "gofumpt": true, "usePlaceholders": true, "completeUnimported": true } }, } }