Skip to content

Commit

Permalink
Update coc config.
Browse files Browse the repository at this point in the history
  • Loading branch information
weilonge committed Sep 11, 2021
1 parent 79c6849 commit aad13c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ $ vim +PlugUpgrade +PlugUpdate +qa

Apply the command to install coc related plugins:
```console
$ vim -c ':CocInstall coc-tsserver coc-eslint coc-json coc-prettier coc-css coc-tslint-plugin'
$ vim -c ':CocInstall coc-tsserver coc-eslint coc-json coc-prettier coc-css'
```

Apply the command to update coc related plugins:
```console
$ vim +CocUpdateSync
$ vim +CocUpdate
```

6 changes: 5 additions & 1 deletion coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"javascript.suggest.completeFunctionCalls": false,
"typescript.suggest.completeFunctionCalls": false,
"java.configuration.updateBuildConfiguration": "disabled"
}
}

0 comments on commit aad13c4

Please sign in to comment.