Skip to content

Commit

Permalink
Merge pull request #4191 from VimspectorUpdateBot/auto/update-vim-docs
Browse files Browse the repository at this point in the history
[Auto] Update vim docs
  • Loading branch information
puremourning committed Dec 21, 2023
2 parents cc9a3ae + a239ddd commit 302d41e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doc/youcompleteme.txt
Expand Up @@ -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'.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'.
Expand Down Expand Up @@ -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'.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 302d41e

Please sign in to comment.