Merge branch 'neoclide:master' into master
This commit is contained in:
commit
701f309f3d
1 changed files with 4 additions and 3 deletions
|
@ -51,14 +51,15 @@ In your vim/neovim, run command:
|
|||
|
||||
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
|
||||
- Run command `yarn dlx @yarnpkg/sdks vim`, which will generate
|
||||
`.vim/coc-settings.json`, with content:
|
||||
|
||||
```json
|
||||
{
|
||||
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
|
||||
"eslint.packageManager": "yarn",
|
||||
"eslint.nodePath": ".yarn/sdks"
|
||||
"eslint.nodePath": ".yarn/sdks",
|
||||
"workspace.workspaceFolderCheckCwd": false,
|
||||
"tsserver.tsdk": ".yarn/sdks/typescript/lib"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue