From 5b07d73a7cde7d43ebb809887fcde8c1c429f124 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 25 Jan 2022 10:52:02 +0000 Subject: [PATCH] vim coc config --- .vim/coc-settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vim/coc-settings.json diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 0000000000..a2b7f897a3 --- /dev/null +++ b/.vim/coc-settings.json @@ -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 +}