aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-03 16:34:13 +0000
committerGithub Actions <actions@github>2021-01-03 16:34:13 +0000
commita9e1bd9e8d49274730c6aa07500a6cdf9eb4a159 (patch)
tree7af6d35ae0636974ae633f22af1d60c886ed8f2e
parenttsserver: add typescript as dependency in docs (diff)
downloadnvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar.gz
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar.bz2
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar.lz
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar.xz
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.tar.zst
nvim-lspconfig-a9e1bd9e8d49274730c6aa07500a6cdf9eb4a159.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--CONFIG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 1cb114d0..02469dd2 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -5066,9 +5066,9 @@ require'lspconfig'.texlab.setup{}
https://github.com/theia-ide/typescript-language-server
-`typescript-language-server` can be installed via `npm`:
+`typescript-language-server` depends on `typescript`. Both packages can be installed via `npm`:
```sh
-npm install -g typescript-language-server
+npm install -g typescript typescript-language-server
```