Fix code block in README (#257)

This commit is contained in:
yaegassy 2021-02-09 19:54:01 +09:00 committed by GitHub
parent 7a742d6a3b
commit 8e976d297b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,13 +51,13 @@ 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:
````json
```json
{
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
"eslint.packageManager": "yarn",
"eslint.nodePath": ".yarn/sdks"
} ```
````
}
```
## Features