diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/tsserver.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/tsserver.lua b/lua/lspconfig/tsserver.lua index 99d8e173..d95e7d54 100644 --- a/lua/lspconfig/tsserver.lua +++ b/lua/lspconfig/tsserver.lua @@ -17,9 +17,9 @@ configs[server_name] = { description = [[ 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 ``` ]]; default_config = { |
