From a239dddf62bca2633d4845ffb261b06b3fa6b62d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Tue, 3 Oct 2023 19:42:29 +0000 Subject: [PATCH] Update vim docs --- doc/youcompleteme.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 95aa08e0ed..1d118c489c 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -610,7 +610,7 @@ The following additional language support options are available: - Go support: install Go [31] and add '--go-completer' when calling 'install.py'. -- JavaScript and TypeScript support: install Node.js and npm [32] and add +- JavaScript and TypeScript support: install Node.js 18+ and npm [32] and add '--ts-completer' when calling 'install.py'. - Rust support: add '--rust-completer' when calling 'install.py'. @@ -650,6 +650,9 @@ Quick start, installing all completers ~ < - Install mono-complete, go, node, java and npm > + sudo mkdir -p /etc/apt/keyrings + curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg + echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_current.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list apt install mono-complete golang nodejs openjdk-17-jdk openjdk-17-jre npm < - Compile YCM @@ -709,7 +712,7 @@ The following additional language support options are available: - Go support: install Go [31] and add '--go-completer' when calling 'install.py'. -- JavaScript and TypeScript support: install Node.js and npm [32] and add +- JavaScript and TypeScript support: install Node.js 18+ and npm [32] and add '--ts-completer' when calling 'install.py'. - Rust support: add '--rust-completer' when calling 'install.py'. @@ -819,7 +822,7 @@ The following additional language support options are available: - Go support: install Go [31] and add '--go-completer' when calling 'install.py'. -- JavaScript and TypeScript support: install Node.js and npm [32] and add +- JavaScript and TypeScript support: install Node.js 18+ and npm [32] and add '--ts-completer' when calling 'install.py'. - Rust support: add '--rust-completer' when calling 'install.py'. @@ -1785,7 +1788,7 @@ available on the wiki [74]. All JavaScript and TypeScript features are provided by the TSServer [15] engine, which is included in the TypeScript SDK. To enable these features, -install Node.js and npm [32] and call the 'install.py' script with the +install Node.js 18+ and npm [32] and call the 'install.py' script with the '--ts-completer' flag. TSServer [15] relies on the 'jsconfig.json' file [75] for JavaScript and the