Skip to content

Commit

Permalink
vim coc config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 25, 2022
1 parent b9a0959 commit 5b07d73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tsserver.maxTsServerMemory": 4096,
"tsserver.tsdk": "node_modules/typescript/lib",
"tsserver.disableAutomaticTypeAcquisition": true,
"typescript.updateImportsOnFileMove.enable": false,
"typescript.preferences.quoteStyle": "double",
"typescript.showUnused": false,
"typescript.suggest.completeFunctionCalls": false,
"typescript.format.enabled": false
}

0 comments on commit 5b07d73

Please sign in to comment.