diff --git a/docs/layers/lang/typescript.md b/docs/layers/lang/typescript.md index 31f52193d..d18798063 100644 --- a/docs/layers/lang/typescript.md +++ b/docs/layers/lang/typescript.md @@ -28,6 +28,11 @@ To use this configuration layer, update your custom configuration file with: [[layers]] name = "lang#typescript" ``` +and also use npm to install neovim using: +```bash +npm install -g neovim +``` +then in SpaceVim run `:UpdateRemotePlugin` To generate doc of typescript file, you need to install [lehre](https://www.npmjs.com/package/lehre) @@ -35,6 +40,7 @@ To generate doc of typescript file, you need to install [lehre](https://www.npmj yarn add -D lehre ``` + ## Layer options - `typescript_server_path`: set the path of the tsserver.