diff --git a/Readme.md b/Readme.md index 8cf5e46..be33d70 100644 --- a/Readme.md +++ b/Readme.md @@ -31,8 +31,12 @@ For yarn2 ( >= v2.0.0-rc.36) user want to use local typescript module: - Run command `yarn dlx @yarnpkg/pnpify --sdk vim`, which will generate `.vim/coc-settings.json`, with content: - ````{ "tsserver.tsdk": ".yarn/sdks/typescript/lib", "eslint.packageManager": - "yarn", "eslint.nodePath": ".yarn/sdks" } ``` + ````json + { + "tsserver.tsdk": ".yarn/sdks/typescript/lib", + "eslint.packageManager": "yarn", + "eslint.nodePath": ".yarn/sdks" + } ``` ```` ### intructions for nvm users