From 4bb9a7eb454e1357e8d4b5f8b8339ee5ed1cdf1e Mon Sep 17 00:00:00 2001 From: Qiming Zhao Date: Tue, 27 Oct 2020 16:24:53 +0800 Subject: [PATCH] fix doc --- Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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