Fix code block in README (#257)
This commit is contained in:
parent
7a742d6a3b
commit
8e976d297b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue