fix doc
This commit is contained in:
parent
3849bc49a2
commit
4bb9a7eb45
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue